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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Examples/ExampleCDialect.S') 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 -- cgit v1.2.3