aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r/modelx.c
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2001-11-14 19:51:40 +0000
committerDave Brolley <brolley@redhat.com>2001-11-14 19:51:40 +0000
commit378af1d671c4ac1e6501c740ba97bbfe1964bf44 (patch)
tree4d2c2d7b5dfc169f919fe24e1871ca1e959a43cc /sim/m32r/modelx.c
parent3e43c635d5ceca27f56f51ca22ed7bce1e64ade0 (diff)
downloadfsf-binutils-gdb-378af1d671c4ac1e6501c740ba97bbfe1964bf44.zip
fsf-binutils-gdb-378af1d671c4ac1e6501c740ba97bbfe1964bf44.tar.gz
fsf-binutils-gdb-378af1d671c4ac1e6501c740ba97bbfe1964bf44.tar.bz2
2001-11-14 Dave Brolley <brolley@redhat.com>
* arch.c: Regenerate. * arch.h: Regenerate. * cpu.c: Regenerate. * cpu.h: Regenerate. * cpuall.h: Regenerate. * cpux.c: Regenerate. * cpux.h: Regenerate. * decode.c: Regenerate. * decode.h: Regenerate. * decodex.c: Regenerate. * decodex.h: Regenerate. * model.c: Regenerate. * modelx.c: Regenerate. * sem-switch.c: Regenerate. * sem.c: Regenerate. * semx-switch.c: Regenerate.
Diffstat (limited to 'sim/m32r/modelx.c')
-rw-r--r--sim/m32r/modelx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/m32r/modelx.c b/sim/m32r/modelx.c
index 464ab1f..bdcb93a 100644
--- a/sim/m32r/modelx.c
+++ b/sim/m32r/modelx.c
@@ -2,9 +2,9 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
-This file is part of the GNU Simulators.
+This file is part of the GNU simulators.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -2879,7 +2879,7 @@ m32rx_init_cpu (SIM_CPU *cpu)
CPU_PC_FETCH (cpu) = m32rxf_h_pc_get;
CPU_PC_STORE (cpu) = m32rxf_h_pc_set;
CPU_GET_IDATA (cpu) = m32rxf_get_idata;
- CPU_MAX_INSNS (cpu) = M32RXF_INSN_MAX;
+ CPU_MAX_INSNS (cpu) = M32RXF_INSN_SNC + 1;
CPU_INSN_NAME (cpu) = cgen_insn_name;
CPU_FULL_ENGINE_FN (cpu) = m32rxf_engine_run_full;
#if WITH_FAST