diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-20 15:42:32 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-20 15:42:32 +0200 |
| commit | a96c67b7d2158361d4f908dd3a967af40707463d (patch) | |
| tree | 0814fe1ceb446f1c092ad375d832df932e47cce6 /Examples/ExampleCDialect.S | |
| parent | 6e4dc53ed58dc0bb1d0cbfc69c400eade10f9d9b (diff) | |
MHR-4: Rename PowerPC to POWER due to trademark reasons.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Examples/ExampleCDialect.S')
| -rw-r--r-- | Examples/ExampleCDialect.S | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Examples/ExampleCDialect.S b/Examples/ExampleCDialect.S index 2a5203a..5182381 100644 --- a/Examples/ExampleCDialect.S +++ b/Examples/ExampleCDialect.S @@ -1,5 +1,5 @@ # Path: Examples/ExampleCDialect.c -# Language: PowerPC Assembly (Generated from C) +# Language: POWER Assembly (Generated from C) # Build Date: 2024-4-16 @@ -14,7 +14,7 @@ dword export .code64 __ImageStart li r3,0x1000 cmpw r10, r11 - beq import__MPCC_IF_PROC_6168864856 + beq import__MPCC_IF_PROC_6168864856 dword export .code64 __MPCC_IF_PROC_6168864856 @@ -25,4 +25,3 @@ dword export .code64 __MPCC_IF_PROC_6168864856 mr r31, r0 blr - |
