about summary refs log tree commit diff stats
path: root/036call_reply.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-01 17:30:14 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-01 17:30:14 -0700
commit166e3c0d407a967d25d793b6a9db56ffd7a03727 (patch)
tree73b18adca78fda2a4b1ef5a65fe3851e77248d93 /036call_reply.cc
parent16386f766ec1e347db8a19ebfd9cedaa9b281a5f (diff)
downloadmu-166e3c0d407a967d25d793b6a9db56ffd7a03727.tar.gz
2232
Diffstat (limited to '036call_reply.cc')
-rw-r--r--036call_reply.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/036call_reply.cc b/036call_reply.cc
index cc146835..ce231d19 100644
--- a/036call_reply.cc
+++ b/036call_reply.cc
@@ -16,6 +16,10 @@ recipe f [
 REPLY,
 :(before "End Primitive Recipe Numbers")
 Recipe_ordinal["reply"] = REPLY;
+:(before "End Primitive Recipe Checks")
+case REPLY: {
+  break;  // continue to process rest of *caller* instruction
+}
 :(before "End Primitive Recipe Implementations")
 case REPLY: {
   // Starting Reply