diff options
author | Araq <rumpf_a@web.de> | 2013-08-29 23:18:02 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-08-29 23:18:02 +0200 |
commit | 5f943cf4bc5f9d34ab58bc2247a64a265c51dbd6 (patch) | |
tree | 3cd46b633373adbe4ba6fcc3b28c76bdcb173fab /compiler/vmdef.nim | |
parent | a8c8a85135e73777ea2c115bf1352456c1dd69aa (diff) | |
download | Nim-5f943cf4bc5f9d34ab58bc2247a64a265c51dbd6.tar.gz |
docgen: more newlines in the output to support primitive postprocessors
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r-- | compiler/vmdef.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim index 050caa65c..515f2975b 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -122,7 +122,8 @@ type opcLdImmInt, # dest = immediate value opcWrGlobal, opcWrGlobalRef, - opcSetType # dest.typ = types[Bx] + opcSetType, # dest.typ = types[Bx] + opcTypeTrait TBlock* = object label*: PSym |