summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorArne Döring <arne.doering@gmx.net>2019-03-19 08:23:00 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-03-19 08:23:00 +0100
commit188870648a002175a5ef4ef3df27fcc9404d750f (patch)
tree919d3198ef79605e8a5f5d8e46f4295013462e71 /compiler/vmdef.nim
parent16fcbee1bcb810e032ddb6fd198e5a53987180af (diff)
downloadNim-188870648a002175a5ef4ef3df27fcc9404d750f.tar.gz
sizeof alignof offsetof macros api (#10855)
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r--compiler/vmdef.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim
index 3b6a44deb..6099bfb9f 100644
--- a/compiler/vmdef.nim
+++ b/compiler/vmdef.nim
@@ -93,6 +93,7 @@ type
     opcNGetType,
     opcNStrVal,
     opcNSigHash,
+    opcNGetSize,
 
     opcNSetIntVal,
     opcNSetFloatVal, opcNSetSymbol, opcNSetIdent, opcNSetType, opcNSetStrVal,