diff options
Diffstat (limited to 'include/bytecode')
-rw-r--r-- | include/bytecode/bytecode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bytecode/bytecode.h b/include/bytecode/bytecode.h index 3a141f0..e5a70e9 100644 --- a/include/bytecode/bytecode.h +++ b/include/bytecode/bytecode.h @@ -9,7 +9,7 @@ #include <setjmp.h> typedef enum { - NOP, /* To allow hot-patching */ + NOP /* To allow hot-patching */ } BytecodeInstruction; |