Removed value from closure.

This commit is contained in:
obscuren
2014-05-08 14:20:45 +02:00
parent 554f4f6f7d
commit f0440e85dc
4 changed files with 21 additions and 15 deletions

View File

@ -97,8 +97,8 @@ const (
// 0xf0 range - closures
oCREATE = 0xf0
oCALL = 0xf2
oRETURN = 0xf3
oCALL = 0xf1
oRETURN = 0xf2
// 0x70 range - other
oLOG = 0xfe // XXX Unofficial