Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created June 5, 2015 11:56
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/4c539e454f5345171120 to your computer and use it in GitHub Desktop.
Save jnthn/4c539e454f5345171120 to your computer and use it in GitHub Desktop.
diff --git a/src/gc/orchestrate.h b/src/gc/orchestrate.h
index 7ca981a..21c8ccc 100644
--- a/src/gc/orchestrate.h
+++ b/src/gc/orchestrate.h
@@ -44,7 +44,7 @@ typedef enum {
* MVM_GC_DEBUG_ENABLED(flags) if you want something more
* complicated. */
#define MVM_GC_DEBUG_LOG_FLAGS \
- 0
+ MVM_GC_DEBUG_ORCHESTRATE
#define MVM_GC_DEBUG_ENABLED(flags) \
((MVM_GC_DEBUG_LOG_FLAGS) & (flags))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment