diff options
author | Dave Brolley <brolley@redhat.com> | 2001-11-14 19:50:01 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2001-11-14 19:50:01 +0000 |
commit | 3e43c635d5ceca27f56f51ca22ed7bce1e64ade0 (patch) | |
tree | bc3ef92b05489cff0bac758a2841a2d7da1ff8ec /sim/fr30/model.c | |
parent | 2e1ef6b479bb214b0133c4b49bcf88dda9e3c1e1 (diff) | |
download | gdb-3e43c635d5ceca27f56f51ca22ed7bce1e64ade0.zip gdb-3e43c635d5ceca27f56f51ca22ed7bce1e64ade0.tar.gz gdb-3e43c635d5ceca27f56f51ca22ed7bce1e64ade0.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.
* decode.c: Regenerate.
* decode.h: Regenerate.
* model.c: Regenerate.
* sem-switch.c: Regenerate.
* sem.c: Regenerate.
Diffstat (limited to 'sim/fr30/model.c')
-rw-r--r-- | sim/fr30/model.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/fr30/model.c b/sim/fr30/model.c index 611d40f..a90f340 100644 --- a/sim/fr30/model.c +++ b/sim/fr30/model.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 @@ -3984,7 +3984,7 @@ fr30_init_cpu (SIM_CPU *cpu) CPU_PC_FETCH (cpu) = fr30bf_h_pc_get; CPU_PC_STORE (cpu) = fr30bf_h_pc_set; CPU_GET_IDATA (cpu) = fr30bf_get_idata; - CPU_MAX_INSNS (cpu) = FR30BF_INSN_MAX; + CPU_MAX_INSNS (cpu) = FR30BF_INSN_XCHB + 1; CPU_INSN_NAME (cpu) = cgen_insn_name; CPU_FULL_ENGINE_FN (cpu) = fr30bf_engine_run_full; #if WITH_FAST |