mirror of
https://github.com/CPunch/LuaPytecode.git
synced 2025-10-21 16:20:19 +00:00
fixed dumb dumb comments left over
the function used to get the bytes at the position with k as the size. lol
This commit is contained in:
2
luac.py
2
luac.py
@@ -28,7 +28,7 @@ lua_opcode_names = [
|
|||||||
"CLOSURE", "VARARG"
|
"CLOSURE", "VARARG"
|
||||||
]
|
]
|
||||||
|
|
||||||
# at [p]osition size of k
|
# at [p]osition to k
|
||||||
def get_bits(num, p, k):
|
def get_bits(num, p, k):
|
||||||
# convert number into binary first
|
# convert number into binary first
|
||||||
binary = bin(num)
|
binary = bin(num)
|
||||||
|
Reference in New Issue
Block a user