diff options
author | Oscar Nihlgård <oscarnihlgard@gmail.com> | 2018-06-26 21:18:55 +0200 |
---|---|---|
committer | Oscar Nihlgård <oscarnihlgard@gmail.com> | 2018-06-26 21:25:27 +0200 |
commit | 236bc06b5f1a1a1fc4a711007aed0b60b6656a4f (patch) | |
tree | 1a80153e55305dd23e8e01cda36971d12f4fac63 /compiler/vmdef.nim | |
parent | d08b9eb6731a70504be6d856723fbc94dc7bd506 (diff) | |
download | Nim-236bc06b5f1a1a1fc4a711007aed0b60b6656a4f.tar.gz |
Improve vm support for ref types
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r-- | compiler/vmdef.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim index cec61ade5..f7466b392 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -36,7 +36,6 @@ type opcAsgnFloat, opcAsgnRef, opcAsgnComplex, - opcRegToNode, opcNodeToReg, opcLdArr, # a = b[c] |