Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created December 16, 2017 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/e9a216be670f40c9bddd2c75cdf1cd48 to your computer and use it in GitHub Desktop.
Save zoffixznet/e9a216be670f40c9bddd2c75cdf1cd48 to your computer and use it in GitHub Desktop.
diff --git a/src/jit/graph.c b/src/jit/graph.c
index 1468589..31a333c 100644
--- a/src/jit/graph.c
+++ b/src/jit/graph.c
@@ -1847,7 +1847,8 @@ static MVMint32 consume_ins(MVMThreadContext *tc, MVMJitGraph *jg,
break;
}
case MVM_OP_throwpayloadlex:
- case MVM_OP_throwpayloadlexcaller: {
+ // case MVM_OP_throwpayloadlexcaller:
+ {
MVMint16 regi = ins->operands[0].reg.orig;
MVMint32 category = (MVMuint32)ins->operands[1].lit_i64;
MVMint16 payload = ins->operands[2].reg.orig;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment