Remove '@' when declare function invokeNative to fix compile error (#417)

This commit is contained in:
Karl Fessel
2020-10-12 16:52:28 +08:00
committed by GitHub
parent 06b045a972
commit cc0aab1063
5 changed files with 5 additions and 5 deletions
@@ -6,7 +6,7 @@
.align 2
#ifndef BH_PLATFORM_DARWIN
.globl invokeNative
.type invokeNative, @function
.type invokeNative, function
invokeNative:
#else
.globl _invokeNative
+1 -1
View File
@@ -6,7 +6,7 @@
.align 2
#ifndef BH_PLATFORM_DARWIN
.globl invokeNative
.type invokeNative, @function
.type invokeNative, function
invokeNative:
#else
.globl _invokeNative
@@ -6,7 +6,7 @@
.align 2
#ifndef BH_PLATFORM_DARWIN
.globl invokeNative
.type invokeNative, @function
.type invokeNative, function
invokeNative:
#else
.globl _invokeNative
+1 -1
View File
@@ -6,7 +6,7 @@
.align 2
#ifndef BH_PLATFORM_DARWIN
.globl invokeNative
.type invokeNative, @function
.type invokeNative, function
invokeNative:
#else
.globl _invokeNative
@@ -6,7 +6,7 @@
.align 2
#ifndef BH_PLATFORM_DARWIN
.globl invokeNative
.type invokeNative, @function
.type invokeNative, function
invokeNative:
#else
.globl _invokeNative