Browse Source

* sim-main.h: #include cpu-opc.h.

* arch.c,arch.h,decode.c,extract.c,model.c,sem.c: Regenerate
	to get #include cleanup.
	* decodex.c,extractx.c,modelx.c: Ditto.
gdb-4_18-branch
Doug Evans 28 years ago
parent
commit
9c5da58d59
  1. 1
      sim/m32r/extract.c
  2. 1
      sim/m32r/extractx.c

1
sim/m32r/extract.c

@ -27,7 +27,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "sim-main.h"
#include "cgen-ops.h"
#include "cpu-sim.h"
void
EX_FN_NAME (m32rbf,fmt_add) (SIM_CPU *current_cpu, PCADDR pc, insn_t insn, ARGBUF *abuf)

1
sim/m32r/extractx.c

@ -27,7 +27,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "sim-main.h"
#include "cgen-ops.h"
#include "cpu-sim.h"
void
EX_FN_NAME (m32rxf,fmt_add) (SIM_CPU *current_cpu, PCADDR pc, insn_t insn, ARGBUF *abuf)

Loading…
Cancel
Save