diff options
author | Doug Evans <dje@google.com> | 2002-12-20 02:26:35 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2002-12-20 02:26:35 +0000 |
commit | 574654558a6f0c820faaaa22306ca822c3db0419 (patch) | |
tree | b4a6b7ac857c6726602b1ccc3417d89b04fec130 /sim/m32r/model.c | |
parent | 4714fbc0d384596819a3a995a6c4bbcb2a6e676f (diff) | |
download | gdb-574654558a6f0c820faaaa22306ca822c3db0419.zip gdb-574654558a6f0c820faaaa22306ca822c3db0419.tar.gz gdb-574654558a6f0c820faaaa22306ca822c3db0419.tar.bz2 |
* arch.c,arch.h,cpuall.h: Regenerate.
* cpu.c,cpu.h,decode.c,decode.h,model.c,sem-switch.c,sem.c: Regenerate.
* cpux.c,cpux.h,decodex.c,decodex.h,modelx.c,semx-switch.c: Regenerate.
Diffstat (limited to 'sim/m32r/model.c')
-rw-r--r-- | sim/m32r/model.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/m32r/model.c b/sim/m32r/model.c index 419e581..841026f 100644 --- a/sim/m32r/model.c +++ b/sim/m32r/model.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. +Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU simulators. @@ -4148,7 +4148,7 @@ m32r_init_cpu (SIM_CPU *cpu) CPU_PC_FETCH (cpu) = m32rbf_h_pc_get; CPU_PC_STORE (cpu) = m32rbf_h_pc_set; CPU_GET_IDATA (cpu) = m32rbf_get_idata; - CPU_MAX_INSNS (cpu) = M32RBF_INSN_UNLOCK + 1; + CPU_MAX_INSNS (cpu) = M32RBF_INSN__MAX; CPU_INSN_NAME (cpu) = cgen_insn_name; CPU_FULL_ENGINE_FN (cpu) = m32rbf_engine_run_full; #if WITH_FAST |