mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 14:30:48 +00:00
* sparc-stub.c: add nop after 'bg good_wim'.
* sparcl-stub.c: ditto.
This commit is contained in:
parent
8abe0b3d40
commit
9cc2cd4f7a
@ -1,3 +1,8 @@
|
||||
Tue Mar 21 17:03:17 1995 Kung Hsu <kung@mexican.cygnus.com>
|
||||
|
||||
* sparc-stub.c: add nop after 'bg good_wim'.
|
||||
* sparcl-stub.c: ditto.
|
||||
|
||||
Tue Mar 21 13:34:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* infrun.c (handle_command): Don't print TARGET_SIGNAL_0,
|
||||
|
@ -159,6 +159,7 @@ _trap_low:
|
||||
srl %l3, 1, %g1 ! Rotate wim right
|
||||
tst %g1
|
||||
bg good_wim ! Branch if new wim is non-zero
|
||||
nop
|
||||
|
||||
! At this point, we need to bring a 1 into the high order bit of the wim.
|
||||
! Since we don't want to make any assumptions about the number of register
|
||||
|
@ -165,6 +165,7 @@ _trap_low:
|
||||
srl %l3, 1, %g1 ! Rotate wim right
|
||||
tst %g1
|
||||
bg good_wim ! Branch if new wim is non-zero
|
||||
nop
|
||||
|
||||
! At this point, we need to bring a 1 into the high order bit of the wim.
|
||||
! Since we don't want to make any assumptions about the number of register
|
||||
|
Loading…
Reference in New Issue
Block a user