summaryrefslogtreecommitdiffhomepage
path: root/Examples
diff options
context:
space:
mode:
Diffstat (limited to 'Examples')
-rw-r--r--Examples/ExampleCDialect.S2
-rw-r--r--Examples/ExampleCPlusPlus.s4
2 files changed, 3 insertions, 3 deletions
diff --git a/Examples/ExampleCDialect.S b/Examples/ExampleCDialect.S
index 1eb2f82..c657cbb 100644
--- a/Examples/ExampleCDialect.S
+++ b/Examples/ExampleCDialect.S
@@ -1,5 +1,5 @@
; Path: Examples/ExampleCDialect.cxx
-; Language: MPCC assembly. (Generated from C++)
+; Language: NDK assembly. (Generated from C++)
; Date: 2024-5-14
#bits 64
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