mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:13:01 +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
|
.data
|
||||||
ASSUME nothing
|
ASSUME nothing
|
||||||
|
|
||||||
|
.align 16
|
||||||
|
|
||||||
PUBLIC _KiIdt
|
PUBLIC _KiIdt
|
||||||
_KiIdt:
|
_KiIdt:
|
||||||
/* This is the Software Interrupt Table that we handle in this file: */
|
/* This is the Software Interrupt Table that we handle in this file: */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue