diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-28 09:13:24 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-28 09:13:24 +0200 |
| commit | a63d034fdab18dd14ee34bc438f4c6cf72a839d7 (patch) | |
| tree | 726d265ee0820b226443d8624e3d10a22ba93ede /Examples | |
| parent | f84498ff447cc4bf891999e782ef90bfbc9577bd (diff) | |
MHR-21: Fix ordering of cmp* instructions of PPCasm.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Examples')
| -rw-r--r-- | Examples/ExamplePowerPC.S | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
