diff options
author | Kung Hsu <kung@cygnus> | 1995-03-22 01:06:36 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1995-03-22 01:06:36 +0000 |
commit | 9cc2cd4f7a4dfb8a34c2e9623243deefc4ce2b75 (patch) | |
tree | 268bfe2956492db6f9cb42ef7ce81414b3d4ec72 /gdb/sparcl-stub.c | |
parent | * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@ (diff) | |
download | binutils-gdb-9cc2cd4f7a4dfb8a34c2e9623243deefc4ce2b75.tar.gz binutils-gdb-9cc2cd4f7a4dfb8a34c2e9623243deefc4ce2b75.tar.bz2 binutils-gdb-9cc2cd4f7a4dfb8a34c2e9623243deefc4ce2b75.zip |
* sparc-stub.c: add nop after 'bg good_wim'.
* sparcl-stub.c: ditto.
Diffstat (limited to 'gdb/sparcl-stub.c')
-rw-r--r-- | gdb/sparcl-stub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/sparcl-stub.c b/gdb/sparcl-stub.c index fa63ef13fd4..8d581cf9fb0 100644 --- a/gdb/sparcl-stub.c +++ b/gdb/sparcl-stub.c @@ -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 |