Skip to content

Instantly share code, notes, and snippets.

@FROGGS
Created February 10, 2015 08:10
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 FROGGS/1effa794a059e6e4eddd to your computer and use it in GitHub Desktop.
Save FROGGS/1effa794a059e6e4eddd to your computer and use it in GitHub Desktop.
diff --git a/src/spesh/log.c b/src/spesh/log.c
index ac1dafa..241b1d9 100644
--- a/src/spesh/log.c
+++ b/src/spesh/log.c
@@ -58,7 +58,7 @@ void MVM_spesh_log_add_logging(MVMThreadContext *tc, MVMSpeshGraph *g, MVMint32
case MVM_OP_getlex_no:
case MVM_OP_getattr_o:
case MVM_OP_getattrs_o:
- case MVM_OP_getlexstatic_o:
+ //~ case MVM_OP_getlexstatic_o:
case MVM_OP_getlexperinvtype_o:
insert_log(tc, g, bb, ins, 0);
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment