diff options
Diffstat (limited to 'src/kernel/arch/log.h')
-rw-r--r-- | src/kernel/arch/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/arch/log.h b/src/kernel/arch/log.h index fbef7a5..39c138d 100644 --- a/src/kernel/arch/log.h +++ b/src/kernel/arch/log.h @@ -26,4 +26,4 @@ inline void _tty_hex(const char *buf, size_t len) { // very hacky, shouldn't be actually used - only for debugging // prints backwards -#define _tty_var(var) tty_hex((void*)&var, sizeof(var)) +#define _tty_var(var) _tty_hex((void*)&var, sizeof(var)) |