changed a lot of small clang-tidy warnings
This commit is contained in:
@ -28,7 +28,7 @@ extern IntDispatcher intdis; // Unterbrechungsverteilung
|
||||
extern PIC pic; // Interrupt-Controller
|
||||
extern unsigned int total_mem; // RAM total
|
||||
// extern BumpAllocator allocator;
|
||||
// extern LinkedListAllocator allocator;
|
||||
// extern LinkedListAllocator allocator;
|
||||
extern TreeAllocator allocator;
|
||||
|
||||
constexpr bool DEBUG = true;
|
||||
|
||||
Reference in New Issue
Block a user