mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTOSKRNL]
Align the idt to 16 bytes. Fixes random boot problems on MSVC builds. svn path=/trunk/; revision=52647
This commit is contained in:
@@ -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: */
|
||||
|
||||
Reference in New Issue
Block a user