aboutsummaryrefslogtreecommitdiff
path: root/sim/iq2000/model.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-11-04 05:16:33 +0000
committerDoug Evans <dje@google.com>2009-11-04 05:16:33 +0000
commit1a5691a5c5ba6d654a10172f6e69a823c0c5764e (patch)
treec644ace24a85210c64794223eda76ddf35b36ab1 /sim/iq2000/model.c
parente9c60591766341af909787c6274576425a73d798 (diff)
downloadgdb-1a5691a5c5ba6d654a10172f6e69a823c0c5764e.zip
gdb-1a5691a5c5ba6d654a10172f6e69a823c0c5764e.tar.gz
gdb-1a5691a5c5ba6d654a10172f6e69a823c0c5764e.tar.bz2
* arch.c: Regenerate.
* arch.h: Regenerate. * cpu.c: Regenerate. * cpu.h: Regenerate. * cpuall.h: Regenerate. * decode.c: Regenerate. * decode.h: Regenerate. * model.c: Regenerate. * sem-switch.c: Regenerate. * sem.c: Regenerate.
Diffstat (limited to 'sim/iq2000/model.c')
-rw-r--r--sim/iq2000/model.c25
1 files changed, 13 insertions, 12 deletions
diff --git a/sim/iq2000/model.c b/sim/iq2000/model.c
index a745bd5..6ac3883 100644
--- a/sim/iq2000/model.c
+++ b/sim/iq2000/model.c
@@ -2,22 +2,23 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1996-2009 Free Software Foundation, Inc.
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
-the Free Software Foundation; either version 3 of the License, or
-(at your option) any later version.
+ This file is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3, or (at your option)
+ any later version.
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
+ It is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+ License for more details.
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
@@ -2549,7 +2550,7 @@ iq2000_init_cpu (SIM_CPU *cpu)
CPU_PC_FETCH (cpu) = iq2000bf_h_pc_get;
CPU_PC_STORE (cpu) = iq2000bf_h_pc_set;
CPU_GET_IDATA (cpu) = iq2000bf_get_idata;
- CPU_MAX_INSNS (cpu) = IQ2000BF_INSN_BMB + 1;
+ CPU_MAX_INSNS (cpu) = IQ2000BF_INSN__MAX;
CPU_INSN_NAME (cpu) = cgen_insn_name;
CPU_FULL_ENGINE_FN (cpu) = iq2000bf_engine_run_full;
#if WITH_FAST