From 0cea5be0e6856ec15902c34db016dea8293fbb3a Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 15 Nov 2023 08:08:18 -0800 Subject: [PATCH] Update Bytecode.h Now with one less space --- Common/include/Luau/Bytecode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/include/Luau/Bytecode.h b/Common/include/Luau/Bytecode.h index 1ac68032..36dfabdb 100644 --- a/Common/include/Luau/Bytecode.h +++ b/Common/include/Luau/Bytecode.h @@ -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