diff options
Diffstat (limited to 'src/rt/rust_log.h')
| -rw-r--r-- | src/rt/rust_log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_log.h b/src/rt/rust_log.h index b0c5fbec..bd32c155 100644 --- a/src/rt/rust_log.h +++ b/src/rt/rust_log.h @@ -44,6 +44,7 @@ public: CACHE = 0x100, UPCALL = 0x200, TIMER = 0x400, + GC = 0x800, ALL = 0xffffffff }; |