From 180b333debbd1e555fbab5191656e2146dff6e8a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> Date: Sun, 14 Apr 2024 10:48:10 +0200 Subject: see below. - format code. - fix xcoff header. - add .dword, .long and .word for i64asm Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> --- Examples/ExamplePowerPC.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Examples/ExamplePowerPC.S') diff --git a/Examples/ExamplePowerPC.S b/Examples/ExamplePowerPC.S index d25f7d2..51c8dbc 100644 --- a/Examples/ExamplePowerPC.S +++ b/Examples/ExamplePowerPC.S @@ -1,6 +1,5 @@ b 0x1000 mflr r21 mtlr r21 - -stwu r1, [r2 + 2] + nik li r3, 0 \ No newline at end of file -- cgit v1.2.3