From f075faafdf1ec085000091e6a1c05191893f1e23 Mon Sep 17 00:00:00 2001 From: Rex Jolliff Date: Sun, 29 Nov 1998 19:15:37 +0000 Subject: [PATCH] changed include file spec svn path=/trunk/; revision=99 --- reactos/ntoskrnl/hal/x86/irqhand.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/hal/x86/irqhand.asm b/reactos/ntoskrnl/hal/x86/irqhand.asm index aa70708e3a2..08ee0512071 100644 --- a/reactos/ntoskrnl/hal/x86/irqhand.asm +++ b/reactos/ntoskrnl/hal/x86/irqhand.asm @@ -2,7 +2,7 @@ ; This module has code to handle IRQs ; -%include "internal/hal/segment.inc" +%include "internal/i386/segment.inc" bits 32 section .text