From 13b84ff69d821029da3c2318a35a294d8045d7f9 Mon Sep 17 00:00:00 2001 From: Amlal Date: Wed, 17 Jul 2024 18:39:40 +0200 Subject: [IMP] NDK instead of MPCC. Signed-off-by: Amlal --- Examples/ExampleCDialect.S | 2 +- Examples/ExampleCPlusPlus.s | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Examples') 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 -- cgit v1.2.3