Skip to content

Commit 0f304a6

Browse files
committed
explicitly redefine INFO()
1 parent f111f5e commit 0f304a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platform/x86_pc/apic_revenant.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ namespace x86 {
1717

1818
extern "C" void* get_cpu_esp();
1919
extern "C" void lapic_exception_handler();
20+
#undef INFO // api/info uses kprint
2021
#define INFO(FROM, TEXT, ...) printf("%13s ] " TEXT "\n", "[ " FROM, ##__VA_ARGS__)
2122

2223
using namespace x86;

0 commit comments

Comments
 (0)