n32.S (ffi_closure_N32): Use 64-bit add instruction on pointer values.
2007-12-06 David Daney <ddaney@avtrex.com> * src/mips/n32.S (ffi_closure_N32): Use 64-bit add instruction on pointer values. From-SVN: r130655
This commit is contained in:
parent
dd748704c4
commit
3ef50b629c
@ -1,3 +1,8 @@
|
||||
2007-12-06 David Daney <ddaney@avtrex.com>
|
||||
|
||||
* src/mips/n32.S (ffi_closure_N32): Use 64-bit add instruction on
|
||||
pointer values.
|
||||
|
||||
2007-12-01 Andreas Tobler <a.tobler@schweiz.org>
|
||||
|
||||
PR libffi/31937
|
||||
|
@ -417,9 +417,9 @@ ffi_closure_N32:
|
||||
# Call ffi_closure_mips_inner_N32 to do the real work.
|
||||
LA t9, ffi_closure_mips_inner_N32
|
||||
move a0, $12 # Pointer to the ffi_closure
|
||||
addu a1, $sp, V0_OFF2
|
||||
addu a2, $sp, A0_OFF2
|
||||
addu a3, $sp, F12_OFF2
|
||||
ADDU a1, $sp, V0_OFF2
|
||||
ADDU a2, $sp, A0_OFF2
|
||||
ADDU a3, $sp, F12_OFF2
|
||||
jalr t9
|
||||
|
||||
# Return flags are in v0
|
||||
|
Loading…
x
Reference in New Issue
Block a user