mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-13 21:21:22 +00:00
Remove '@' when declare function invokeNative to fix compile error (#417)
This commit is contained in:
parent
06b045a972
commit
cc0aab1063
|
@ -6,7 +6,7 @@
|
||||||
.align 2
|
.align 2
|
||||||
#ifndef BH_PLATFORM_DARWIN
|
#ifndef BH_PLATFORM_DARWIN
|
||||||
.globl invokeNative
|
.globl invokeNative
|
||||||
.type invokeNative, @function
|
.type invokeNative, function
|
||||||
invokeNative:
|
invokeNative:
|
||||||
#else
|
#else
|
||||||
.globl _invokeNative
|
.globl _invokeNative
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
.align 2
|
.align 2
|
||||||
#ifndef BH_PLATFORM_DARWIN
|
#ifndef BH_PLATFORM_DARWIN
|
||||||
.globl invokeNative
|
.globl invokeNative
|
||||||
.type invokeNative, @function
|
.type invokeNative, function
|
||||||
invokeNative:
|
invokeNative:
|
||||||
#else
|
#else
|
||||||
.globl _invokeNative
|
.globl _invokeNative
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
.align 2
|
.align 2
|
||||||
#ifndef BH_PLATFORM_DARWIN
|
#ifndef BH_PLATFORM_DARWIN
|
||||||
.globl invokeNative
|
.globl invokeNative
|
||||||
.type invokeNative, @function
|
.type invokeNative, function
|
||||||
invokeNative:
|
invokeNative:
|
||||||
#else
|
#else
|
||||||
.globl _invokeNative
|
.globl _invokeNative
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
.align 2
|
.align 2
|
||||||
#ifndef BH_PLATFORM_DARWIN
|
#ifndef BH_PLATFORM_DARWIN
|
||||||
.globl invokeNative
|
.globl invokeNative
|
||||||
.type invokeNative, @function
|
.type invokeNative, function
|
||||||
invokeNative:
|
invokeNative:
|
||||||
#else
|
#else
|
||||||
.globl _invokeNative
|
.globl _invokeNative
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
.align 2
|
.align 2
|
||||||
#ifndef BH_PLATFORM_DARWIN
|
#ifndef BH_PLATFORM_DARWIN
|
||||||
.globl invokeNative
|
.globl invokeNative
|
||||||
.type invokeNative, @function
|
.type invokeNative, function
|
||||||
invokeNative:
|
invokeNative:
|
||||||
#else
|
#else
|
||||||
.globl _invokeNative
|
.globl _invokeNative
|
||||||
|
|
Loading…
Reference in New Issue
Block a user