diff options
Diffstat (limited to 'sim/h8300/compile.c')
-rw-r--r-- | sim/h8300/compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c index cfa6eee..0698809 100644 --- a/sim/h8300/compile.c +++ b/sim/h8300/compile.c @@ -1568,7 +1568,7 @@ store2 (SIM_DESC sd, ea_type *arg, int n) return store_1 (sd, arg, n, 1); } -/* Callback for qsort. We sort first based on availablity +/* Callback for qsort. We sort first based on availability (available instructions sort lower). When availability state is the same, then we use the first 4 bit nibble as a secondary sort key. |