Forgot this one (from sparc64 changes).

This commit is contained in:
David Edelsohn 1995-03-02 23:18:13 +00:00
parent b112f2aee4
commit 462df1228c
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{