diff options
Diffstat (limited to 'sim/d10v')
-rw-r--r-- | sim/d10v/gencode.c | 2 | ||||
-rw-r--r-- | sim/d10v/interp.c | 2 | ||||
-rw-r--r-- | sim/d10v/local.mk | 2 | ||||
-rw-r--r-- | sim/d10v/sim-main.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sim/d10v/gencode.c b/sim/d10v/gencode.c index 3a37bac..763e2f5 100644 --- a/sim/d10v/gencode.c +++ b/sim/d10v/gencode.c @@ -150,5 +150,5 @@ write_opcodes (void) printf ("},\n"); } } - printf ("{ 0,0,0,0,0,0,0,(void (*)())0,0,{0,0,0}},\n};\n"); + printf ("{ 0,0,0,0,0,0,0,0,0,{0,0,0}},\n};\n"); } diff --git a/sim/d10v/interp.c b/sim/d10v/interp.c index d6a9461..f105e4f 100644 --- a/sim/d10v/interp.c +++ b/sim/d10v/interp.c @@ -964,7 +964,7 @@ step_once (SIM_DESC sd, SIM_CPU *cpu) { if (PSW_RP && PC == RPT_E) { - /* Note: The behavour of a branch instruction at RPT_E + /* Note: The behavior of a branch instruction at RPT_E is implementation dependant, this simulator takes the branch. Branching to RPT_E is valid, the instruction must be executed before the loop is taken. */ diff --git a/sim/d10v/local.mk b/sim/d10v/local.mk index d58adb0..6d89d0c 100644 --- a/sim/d10v/local.mk +++ b/sim/d10v/local.mk @@ -1,6 +1,6 @@ ## See sim/Makefile.am ## -## Copyright (C) 1996-2024 Free Software Foundation, Inc. +## Copyright (C) 1996-2025 Free Software Foundation, Inc. ## Written by Cygnus Support. ## ## This program is free software; you can redistribute it and/or modify diff --git a/sim/d10v/sim-main.h b/sim/d10v/sim-main.h index 22d4b9a..5eedaa3 100644 --- a/sim/d10v/sim-main.h +++ b/sim/d10v/sim-main.h @@ -1,5 +1,5 @@ /* Simulation code for the d10v processor. - Copyright (C) 2009-2024 Free Software Foundation, Inc. + Copyright (C) 2009-2025 Free Software Foundation, Inc. This file is part of simulators. |