[NTOSKRNL]

Align the idt to 16 bytes. Fixes random boot problems on MSVC builds.

svn path=/trunk/; revision=52647
This commit is contained in:
Timo Kreuzer 2011-07-12 01:04:20 +00:00
parent e6a335b92c
commit 0afc11163d

View file

@ -32,6 +32,8 @@ EXTERN _KiTrap02:PROC
.data
ASSUME nothing
.align 16
PUBLIC _KiIdt
_KiIdt:
/* This is the Software Interrupt Table that we handle in this file: */