aboutsummaryrefslogtreecommitdiff
path: root/sim/igen/ld-decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/igen/ld-decode.h')
-rw-r--r--sim/igen/ld-decode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/igen/ld-decode.h b/sim/igen/ld-decode.h
index e26de29..562628a 100644
--- a/sim/igen/ld-decode.h
+++ b/sim/igen/ld-decode.h
@@ -89,7 +89,7 @@
If an instruction field was found, enlarge the field size so that
it is forced to at least include bits starting from <force_first>
- (<force_last>). To stop this occuring, use <force_first> = <last>
+ (<force_last>). To stop this occurring, use <force_first> = <last>
+ 1 and <force_last> = <first> - 1.
<force_reserved>
@@ -101,7 +101,7 @@
Treat any contained register (string) fields as constant when
determining the instruction field. For the instruction decode (and
- controled by IDECODE_EXPAND_SEMANTICS) this forces the expansion of
+ controlled by IDECODE_EXPAND_SEMANTICS) this forces the expansion of
what would otherwize be non constant bits of an instruction.
<use_switch>