diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-03-02 23:18:13 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-03-02 23:18:13 +0000 |
commit | 462df1228c2918258892a603ee3269658c23d9c3 (patch) | |
tree | 367f5fe27e8dd3c5a31a0a5f4f874066e5bc78c3 /gdb | |
parent | b112f2aee44e74308fa311f2210055dea2dd9c4e (diff) | |
download | gdb-462df1228c2918258892a603ee3269658c23d9c3.zip gdb-462df1228c2918258892a603ee3269658c23d9c3.tar.gz gdb-462df1228c2918258892a603ee3269658c23d9c3.tar.bz2 |
Forgot this one (from sparc64 changes).
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/remote-sa.sparc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-sa.sparc.c b/gdb/remote-sa.sparc.c index 1880ba3..f55d9fb 100644 --- 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, isannulled(); + branch_type br, isbranch (); 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 = isannulled (remote_pc, &target); + br = isbranch (remote_pc, &target); if (br == bicca) { |