Update moxie sub opcode
This commit is contained in:
@@ -59,7 +59,7 @@ ffi_call_EABI:
|
|||||||
mov $r6, $r4 /* Save result buffer */
|
mov $r6, $r4 /* Save result buffer */
|
||||||
mov $r7, $r5 /* Save the target fn */
|
mov $r7, $r5 /* Save the target fn */
|
||||||
mov $r8, $r3 /* Save the flags */
|
mov $r8, $r3 /* Save the flags */
|
||||||
sub.l $sp, $r2 /* Allocate stack space */
|
sub $sp, $r2 /* Allocate stack space */
|
||||||
mov $r0, $sp /* We can stomp over $r0 */
|
mov $r0, $sp /* We can stomp over $r0 */
|
||||||
/* $r1 is already set up */
|
/* $r1 is already set up */
|
||||||
jsra ffi_prep_args
|
jsra ffi_prep_args
|
||||||
|
|||||||
Reference in New Issue
Block a user