diff options
Diffstat (limited to 'sim/m32r/model.c')
-rw-r--r-- | sim/m32r/model.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/m32r/model.c b/sim/m32r/model.c index 87485ba..419e581 100644 --- a/sim/m32r/model.c +++ b/sim/m32r/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 @@ -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_MAX; + CPU_MAX_INSNS (cpu) = M32RBF_INSN_UNLOCK + 1; CPU_INSN_NAME (cpu) = cgen_insn_name; CPU_FULL_ENGINE_FN (cpu) = m32rbf_engine_run_full; #if WITH_FAST |