From a63d034fdab18dd14ee34bc438f4c6cf72a839d7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 28 Apr 2024 09:13:24 +0200 Subject: MHR-21: Fix ordering of cmp* instructions of PPCasm. Signed-off-by: Amlal El Mahrouss --- Examples/ExamplePowerPC.S | 1 + 1 file changed, 1 insertion(+) (limited to 'Examples') diff --git a/Examples/ExamplePowerPC.S b/Examples/ExamplePowerPC.S index 9615fe8..b9de796 100644 --- a/Examples/ExamplePowerPC.S +++ b/Examples/ExamplePowerPC.S @@ -4,4 +4,5 @@ b 0x1000 mflr r21 mtlr r21 li r3, 0 +cmpw r10, r11 stw r7, r5+36 -- cgit v1.2.3