diff options
Diffstat (limited to 'Examples/ExampleCPlusPlus.s')
| -rw-r--r-- | Examples/ExampleCPlusPlus.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/ExampleCPlusPlus.s b/Examples/ExampleCPlusPlus.s index 0414858..7522eca 100644 --- a/Examples/ExampleCPlusPlus.s +++ b/Examples/ExampleCPlusPlus.s @@ -1,5 +1,5 @@ ; Path: Examples/ExampleCPlusPlus.cxx -; Language: MPCC assembly. (Generated from C++) +; Language: NDK assembly. (Generated from C++) ; Date: 2024-5-14 #bits 64 @@ -15,5 +15,5 @@ mov r10, r8 mov r11, 0 mov r12, 0 -mov rax, 0
+mov rax, 0 ret |
