Minor and cosmetic changes
This commit is contained in:
@@ -49,8 +49,8 @@ endm
|
|||||||
; @brief The default host exception handlers.
|
; @brief The default host exception handlers.
|
||||||
;
|
;
|
||||||
; @details This is the function containing actually 256 stub functions generated
|
; @details This is the function containing actually 256 stub functions generated
|
||||||
; with the INTERRUPT_HANDLER and INTERRUPT_HANDLER_WITH_CODE macros. Each function
|
; with the INTERRUPT_HANDLER and INTERRUPT_HANDLER_WITH_CODE macros. Each function
|
||||||
; works as a hendler of the corresponding interrupt/exception in the host.
|
; works as a hendler of the corresponding interrupt/exception in the host.
|
||||||
;
|
;
|
||||||
AsmDefaultExceptionHandlers proc
|
AsmDefaultExceptionHandlers proc
|
||||||
repeat 8
|
repeat 8
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ void __writedr(unsigned int, unsigned __int64);
|
|||||||
void __writemsr(unsigned long, unsigned __int64);
|
void __writemsr(unsigned long, unsigned __int64);
|
||||||
void _lgdt(void *);
|
void _lgdt(void *);
|
||||||
void _sgdt(void *);
|
void _sgdt(void *);
|
||||||
|
void _xsetbv(unsigned int, unsigned __int64);
|
||||||
|
|
||||||
//
|
//
|
||||||
// MSVC compatibility macro definitions.
|
// MSVC compatibility macro definitions.
|
||||||
|
|||||||
Reference in New Issue
Block a user