Merge pull request #1 from oubotong/oubotong-OSX-patch

Error related to invokeNative_em64.s
This commit is contained in:
x0oo0x 2019-10-21 01:34:07 -07:00 committed by GitHub
commit dbdd194931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */