Skip to content

Commit

Permalink
Update Bytecode.h
Browse files Browse the repository at this point in the history
Now with one less space
  • Loading branch information
zeux authored Nov 15, 2023
1 parent c74b051 commit 0cea5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/include/Luau/Bytecode.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cea5be

Please sign in to comment.