mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2026-04-18 18:18:44 +00:00
Merge pull request #1 from oubotong/oubotong-OSX-patch
Error related to invokeNative_em64.s
This commit is contained in:
commit
dbdd194931
|
|
@ -15,9 +15,9 @@
|
|||
*/
|
||||
.text
|
||||
.align 2
|
||||
.globl invokeNative
|
||||
.type invokeNative, @function
|
||||
invokeNative:
|
||||
.globl _invokeNative
|
||||
//.type invokeNative, @function
|
||||
_invokeNative:
|
||||
/* rdi - function ptr */
|
||||
/* rsi - argv */
|
||||
/* rdx - n_stacks */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user