Use PTR_DEMANGLE.

This commit is contained in:
Ulrich Drepper 2006-01-11 22:14:19 +00:00
parent ec3d8ea6c1
commit be3497882a
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@ ENTRY(__longjmp)
ldt $f7, JB_F7*8(a0)
ldt $f8, JB_F8*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
mov t0, sp
ret