From 166e3c0d407a967d25d793b6a9db56ffd7a03727 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 1 Oct 2015 17:30:14 -0700 Subject: 2232 --- 036call_reply.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '036call_reply.cc') 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 -- cgit 1.4.1-2-gfad0