This commit is contained in:
kikito 2015-04-06 17:09:13 +02:00
parent 60d897e229
commit 6a83ce8c21
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ if ok then
end
bit_or, bit_and, bit_xor = normalize(bit.bor), normalize(bit.band), normalize(bit.bxor)
bit_rshift, bit_lshift = normailize(bit.rshift), normalize(bit.lshift)
bit_rshift, bit_lshift = normalize(bit.rshift), normalize(bit.lshift)
else
local function check_int(n)