bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Include i386asm.h using i386/i386/i386.asm.h


From: Flavio Cruz
Subject: [PATCH] Include i386asm.h using i386/i386/i386.asm.h
Date: Mon, 30 Jan 2023 02:22:14 -0500

If we 1) build for x86_64 and 2) build in a separate directory, we will not have
-Ii386 (-Ix86_64 instead) hence this file won't be found since it is 
autogenerated.
---
 i386/i386at/int_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i386/i386at/int_init.c b/i386/i386at/int_init.c
index 964ce1bb..1d264004 100644
--- a/i386/i386at/int_init.c
+++ b/i386/i386at/int_init.c
@@ -24,7 +24,7 @@
 #include <i386at/idt.h>
 #include <i386at/int_init.h>
 #include <i386/mp_desc.h>
-#include <i386/i386asm.h>
+#include <i386/i386/i386asm.h>
 
 /* defined in locore.S */
 extern vm_offset_t int_entry_table[];
-- 
2.39.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]