Commit e4132944 authored by yui-knk's avatar yui-knk

Remove space.

parent c131f69d
......@@ -811,7 +811,7 @@ RETRY_TRY_BLOCK:
CASE(OP_LOADL) {
/* A Bx R(A) := Pool(Bx) */
regs[GETARG_A(i)] = pool[GETARG_Bx(i)];
regs[GETARG_A(i)] = pool[GETARG_Bx(i)];
NEXT;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment