Fix small struct passing on ppc

This commit is contained in:
Anthony Green
2013-02-08 16:12:19 -05:00
parent 63ba1fa79f
commit 70b11b47ee
4 changed files with 54 additions and 20 deletions

View File

@@ -529,6 +529,7 @@ ffi_prep_closure_loc (ffi_closure* closure,
/* SPARC v8 requires 5 instructions for flush to be visible */
asm volatile ("nop; nop; nop; nop; nop");
#endif
#else
ffi_flush_icache (closure, 16);
#endif