From: David Edelsohn Date: Thu, 2 Mar 1995 23:18:13 +0000 (+0000) Subject: Forgot this one (from sparc64 changes). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=462df1228c2918258892a603ee3269658c23d9c3;p=binutils-gdb.git Forgot this one (from sparc64 changes). --- diff --git a/gdb/remote-sa.sparc.c b/gdb/remote-sa.sparc.c index 1880ba30665..f55d9fb76a2 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) {