2002-12-31 Chris Demetriou <cgd@broadcom.com>

* sim-main.h (check_branch_bug, mark_branch_bug): Remove.
        * mips.igen: Remove all invocations of check_branch_bug and
        mark_branch_bug.
This commit is contained in:
Chris Demetriou 2002-12-31 21:31:32 +00:00
parent e78b5cfeaf
commit 28f50ac815
3 changed files with 6 additions and 40 deletions

View file

@ -423,10 +423,6 @@ struct _sim_cpu {
hilo_history lo_history;
#define LOHISTORY (&(CPU)->lo_history)
#define check_branch_bug()
#define mark_branch_bug(TARGET)
sim_cpu_base base;
};