diff options
| author | Amlal <amlal@zka.com> | 2024-07-17 18:39:40 +0200 |
|---|---|---|
| committer | Amlal <amlal@zka.com> | 2024-07-17 18:39:40 +0200 |
| commit | 13b84ff69d821029da3c2318a35a294d8045d7f9 (patch) | |
| tree | 9390937c3400dde04d91dd7046fd01df15ae6cf7 /Examples | |
| parent | d764e44d4b43392a86a1c7c0ab1ad455fafc3294 (diff) | |
[IMP] NDK instead of MPCC.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Examples')
| -rw-r--r-- | Examples/ExampleCDialect.S | 2 | ||||
| -rw-r--r-- | Examples/ExampleCPlusPlus.s | 4 |
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 |
