diff options
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/arch/sparc64/sparc64/thr_getcontext.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/arch/sparc64/sparc64/thr_getcontext.S b/lib/libpthread/arch/sparc64/sparc64/thr_getcontext.S index d855dac..ca6473a 100644 --- a/lib/libpthread/arch/sparc64/sparc64/thr_getcontext.S +++ b/lib/libpthread/arch/sparc64/sparc64/thr_getcontext.S @@ -82,6 +82,6 @@ ENTRY(_sparc64_enter_uts) flushw add %i2, %i3, %i2 sub %i2, SPOFF + CCFSZ, %sp - jmpl %i1, %g0 - mov %i0, %o0 + jmpl %i0, %g0 + mov %i1, %o0 END(_sparc64_enter_uts) |