summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 057e6c8862..c85c5520ce 100644
--- a/gc.c
+++ b/gc.c
@@ -161,7 +161,7 @@ typedef enum {
GPR_FLAG_MALLOC = 0x08,
GPR_FLAG_METHOD = 0x10,
GPR_FLAG_CAPI = 0x20,
- GPR_FLAG_STRESS = 0x30
+ GPR_FLAG_STRESS = 0x40
} gc_profile_record_flag;
typedef struct gc_profile_record {