summaryrefslogtreecommitdiff
path: root/src/bytecode
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode')
-rw-r--r--src/bytecode/opcodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h
index 1bdd823..d6e5baf 100644
--- a/src/bytecode/opcodes.h
+++ b/src/bytecode/opcodes.h
@@ -244,6 +244,7 @@ enum op_float {
enum op_font_family {
FONT_FAMILY_STRING = 0x0080,
+ FONT_FAMILY_IDENT_LIST = 0x0081,
FONT_FAMILY_END = 0x0000,