Update Bytecode.h

Now with one less space
This commit is contained in:
Arseny Kapoulkine 2023-11-15 08:08:18 -08:00 committed by GitHub
parent c74b051ae0
commit 0cea5be0e6
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@
// Version 2: Adds Proto::linedefined. Supported until 0.544.
// Version 3: Adds FORGPREP/JUMPXEQK* and enhances AUX encoding for FORGLOOP. Removes FORGLOOP_NEXT/INEXT and JUMPIFEQK/JUMPIFNOTEQK. Currently supported.
// Version 4: Adds Proto::flags, typeinfo, and floor division opcodes IDIV/IDIVK. Currently supported.
// Version 5: Adds vector constants. Currently supported.
// Version 5: Adds vector constants. Currently supported.
// Bytecode opcode, part of the instruction header
enum LuauOpcode