Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created May 4, 2014 22:08
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 jnthn/f281ac967aabf9275a31 to your computer and use it in GitHub Desktop.
Save jnthn/f281ac967aabf9275a31 to your computer and use it in GitHub Desktop.
diff --git a/src/core/nativecall.c b/src/core/nativecall.c
index eee6069..60c99ec 100644
--- a/src/core/nativecall.c
+++ b/src/core/nativecall.c
@@ -363,7 +363,7 @@ static void * unmarshal_callback(MVMThreadContext *tc, MVMObject *callback, MVMO
callback_data->target = callback;
callback_data->cb = dcbNewCallback(signature, &callback_handler, callback_data);
- MVM_HASH_BIND(tc, tc->native_callback_cache, cuid, callback_data);
+/* MVM_HASH_BIND(tc, tc->native_callback_cache, cuid, callback_data);*/
}
return callback_data->cb;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment