Fix small struct passing on ppc
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user