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-11-29 12:10:22 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-29 12:10:22 -0800
commit81c87f08fa4fd9a27908b1d92c8aa897ad20cbb8 (patch)
treeb083537d5a5d7ca4b12970ec287ba52ff1edfaa4 /036call_reply.cc
parent691b529e53a608c0837599f2562897e01fda1888 (diff)
downloadmu-81c87f08fa4fd9a27908b1d92c8aa897ad20cbb8.tar.gz
2608 - improve errors when static dispatch fails
Diffstat (limited to '036call_reply.cc')
-rw-r--r--036call_reply.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/036call_reply.cc b/036call_reply.cc
index 6b881e4f..fef2351d 100644
--- a/036call_reply.cc
+++ b/036call_reply.cc
@@ -47,6 +47,7 @@ case REPLY: {
       reagent rhs = caller_instruction.products.at(i);
       canonize_type(rhs);
       raise_error << debug_string(lhs.type) << " vs " << debug_string(rhs.type) << '\n' << end();
+      // End reply Type Mismatch Error
       goto finish_reply;
     }
   }