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

This commit is contained in:
Karl Fessel 2020-10-12 10:52:28 +02:00 committed by GitHub
parent 06b045a972
commit cc0aab1063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
.align 2
#ifndef BH_PLATFORM_DARWIN
.globl invokeNative
.type invokeNative, @function
.type invokeNative, function
invokeNative:
#else
.globl _invokeNative

View File

@ -6,7 +6,7 @@
.align 2
#ifndef BH_PLATFORM_DARWIN
.globl invokeNative
.type invokeNative, @function
.type invokeNative, function
invokeNative:
#else
.globl _invokeNative

View File

@ -6,7 +6,7 @@
.align 2
#ifndef BH_PLATFORM_DARWIN
.globl invokeNative
.type invokeNative, @function
.type invokeNative, function
invokeNative:
#else
.globl _invokeNative

View File

@ -6,7 +6,7 @@
.align 2
#ifndef BH_PLATFORM_DARWIN
.globl invokeNative
.type invokeNative, @function
.type invokeNative, function
invokeNative:
#else
.globl _invokeNative

View File

@ -6,7 +6,7 @@
.align 2
#ifndef BH_PLATFORM_DARWIN
.globl invokeNative
.type invokeNative, @function
.type invokeNative, function
invokeNative:
#else
.globl _invokeNative