diff options
Diffstat (limited to 'target/rx/op_helper.c')
-rw-r--r-- | target/rx/op_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/rx/op_helper.c b/target/rx/op_helper.c index f89d294..59389f4 100644 --- a/target/rx/op_helper.c +++ b/target/rx/op_helper.c @@ -318,7 +318,7 @@ void helper_swhile(CPURXState *env, uint32_t sz) env->psw_c = (tmp <= env->regs[2]); } -/* accumlator operations */ +/* accumulator operations */ void helper_rmpa(CPURXState *env, uint32_t sz) { uint64_t result_l, prev; |