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 f111f5e commit 0f304a6Copy full SHA for 0f304a6
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