Whitespace.

This commit is contained in:
Mike Pall
2010-12-05 01:14:18 +01:00
parent ffa5a2b045
commit 559545eb6d
2 changed files with 5 additions and 5 deletions

View File

@@ -1699,7 +1699,7 @@ if x64 then
end
op64 = params[2]
opcode = 0xb8 + (a.reg%8) -- !x64: no VREG support.
rex = a.reg > 7 and 9 or 8
rex = a.reg > 7 and 9 or 8
end
end
wputop(sz, opcode, rex)