From 82942733595557ea6e8e06b2c11246f35b1f0d81 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Tue, 24 Feb 2009 00:48:11 +0000 Subject: [PATCH] - Fix an assembler warning on release build svn path=/trunk/; revision=39733 --- reactos/hal/halx86/generic/irq.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/hal/halx86/generic/irq.S b/reactos/hal/halx86/generic/irq.S index 15598822fef..6dfc8f1fad2 100644 --- a/reactos/hal/halx86/generic/irq.S +++ b/reactos/hal/halx86/generic/irq.S @@ -81,8 +81,8 @@ HalpSysIntHandler: #if DBG .rept 172 .long InvalidIRQ /* IRQ 36-207 */ -#endif .endr +#endif SoftIntByteTable: .byte PASSIVE_LEVEL /* IRR 0 */