diff options
Diffstat (limited to 'sim/d10v/interp.c')
-rw-r--r-- | sim/d10v/interp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |