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 66246eb6..59aa504f 100644 --- a/src/rt/rust_log.h +++ b/src/rt/rust_log.h @@ -42,6 +42,7 @@ public: STDLIB = 0x1000, SPECIAL = 0x2000, KERN = 0x4000, + BT = 0x8000, ALL = 0xffffffff }; |