We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95451e7 commit a806786Copy full SHA for a806786
src/platform/x86_pc/apic_revenant.cpp
@@ -17,6 +17,7 @@ namespace x86 {
17
18
extern "C" void* get_cpu_esp();
19
extern "C" void lapic_exception_handler();
20
+#undef INFO // api/info uses kprint
21
#define INFO(FROM, TEXT, ...) printf("%13s ] " TEXT "\n", "[ " FROM, ##__VA_ARGS__)
22
23
using namespace x86;
0 commit comments