Fix botched sparc patch. Update version.

This commit is contained in:
Anthony Green
2013-02-07 21:06:08 -05:00
parent ce0138e614
commit 9db7e1a958
6 changed files with 22 additions and 17 deletions

View File

@@ -33,7 +33,7 @@
#define ARGS (64+4) /* Offset of register area in frame */
#ifndef __GNUC__
.text
.text
.align 8
.globl ffi_flush_icache
.globl _ffi_flush_icache
@@ -54,12 +54,12 @@ _ffi_flush_icache:
nop
.ffi_flush_icache_end:
.size ffi_flush_icache,.ffi_flush_icache_end-ffi_flush_icache
#endif
.text
.align 8
.globl ffi_call_v8
.globl _ffi_call_v8
#endif
ffi_call_v8:
_ffi_call_v8: