diff options
Diffstat (limited to '036call_reply.cc')
-rw-r--r-- | 036call_reply.cc | 4 |
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 |