forked from Imagelibrary/rtems
sparc: Fix volatile clobber
Do not adjust the stack pointer, since this is already done by the restor instruction. Update #2270.
This commit is contained in:
@@ -153,4 +153,4 @@ restore_check:
|
|||||||
clobber_return:
|
clobber_return:
|
||||||
|
|
||||||
jmp %o7 + 8
|
jmp %o7 + 8
|
||||||
add %sp, FRAME_SIZE, %sp
|
nop
|
||||||
|
|||||||
Reference in New Issue
Block a user