projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b112f2a
)
Forgot this one (from sparc64 changes).
author
David Edelsohn
<dje.gcc@gmail.com>
Thu, 2 Mar 1995 23:18:13 +0000
(23:18 +0000)
committer
David Edelsohn
<dje.gcc@gmail.com>
Thu, 2 Mar 1995 23:18:13 +0000
(23:18 +0000)
gdb/remote-sa.sparc.c
patch
|
blob
|
history
diff --git
a/gdb/remote-sa.sparc.c
b/gdb/remote-sa.sparc.c
index 1880ba30665af1f1c565b9b17faca906a1468dab..f55d9fb76a2910cfbc14262ac5fd186a69dfbb7a 100644
(file)
--- a/
gdb/remote-sa.sparc.c
+++ b/
gdb/remote-sa.sparc.c
@@
-845,7
+845,7
@@
remote_single_step ()
{
Error, not_branch, bicc, bicca, ba, baa, ticc, ta
} branch_type;
- branch_type br, is
annulled
();
+ branch_type br, is
branch
();
npc4 = remote_next_pc + 4; /* branch not taken */
@@
-856,7
+856,7
@@
remote_single_step ()
/* printf ("set break at %x\n",remote_next_pc); */
- br = is
annulled
(remote_pc, &target);
+ br = is
branch
(remote_pc, &target);
if (br == bicca)
{