diff options
Diffstat (limited to 'src/rt/rust_log.h')
| -rw-r--r-- | src/rt/rust_log.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rt/rust_log.h b/src/rt/rust_log.h index 5155cb48..66246eb6 100644 --- a/src/rt/rust_log.h +++ b/src/rt/rust_log.h @@ -4,8 +4,6 @@ class rust_dom; class rust_task; - - class rust_log { public: @@ -43,6 +41,7 @@ public: GC = 0x800, STDLIB = 0x1000, SPECIAL = 0x2000, + KERN = 0x4000, ALL = 0xffffffff }; |