mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 14:02:55 +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:
parent
e6a335b92c
commit
0afc11163d
1 changed files with 2 additions and 0 deletions
|
@ -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: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue