mirror of git://sourceware.org/git/glibc.git
Use PTR_DEMANGLE.
This commit is contained in:
parent
ec3d8ea6c1
commit
be3497882a
|
@ -54,6 +54,11 @@ ENTRY(__longjmp)
|
||||||
ldt $f7, JB_F7*8(a0)
|
ldt $f7, JB_F7*8(a0)
|
||||||
ldt $f8, JB_F8*8(a0)
|
ldt $f8, JB_F8*8(a0)
|
||||||
ldt $f9, JB_F9*8(a0)
|
ldt $f9, JB_F9*8(a0)
|
||||||
|
#ifdef PTR_DEMANGLE
|
||||||
|
PTR_DEMANGLE(ra, t1)
|
||||||
|
PTR_DEMANGLE2(t0, t1)
|
||||||
|
PTR_DEMANGLE2(fp, t1)
|
||||||
|
#endif
|
||||||
cmoveq v0, 1, v0
|
cmoveq v0, 1, v0
|
||||||
mov t0, sp
|
mov t0, sp
|
||||||
ret
|
ret
|
||||||
|
|
Loading…
Reference in New Issue