summaryrefslogtreecommitdiffstats
path: root/opcode_list.h
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-15 01:23:06 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-15 01:23:06 +0100
commit1e2851cdb3add02948e28ba2e80594794bbcffb3 (patch)
tree98f6746ea26ff60c167477e51035119c99314cc3 /opcode_list.h
parente83e51eb56a1de6e627d346f027d3ceb09ae3807 (diff)
Remove the YIELD opcode (use RET instead)
Diffstat (limited to 'opcode_list.h')
-rw-r--r--opcode_list.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/opcode_list.h b/opcode_list.h
index 38206871..14450c51 100644
--- a/opcode_list.h
+++ b/opcode_list.h
@@ -5,7 +5,6 @@ OP(POP, NONE, 1, 0)
OP(LOADV, VARIABLE, 1, 1)
OP(STOREV, VARIABLE, 1, 0)
OP(INDEX, NONE, 2, 1)
-OP(YIELD, NONE, 1, 0)
OP(EACH, NONE, 1, 1)
OP(FORK, BRANCH, 0, 0)
OP(JUMP, BRANCH, 0, 0)