Commit 72305efe authored by yui-knk's avatar yui-knk Committed by Yukihiro "Matz" Matsumoto

Remove space.

parent b56a47cc
......@@ -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