mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 22:55:41 +00:00
[NTOSKRNL]
Fix build with MSVC svn path=/branches/cmake-bringup/; revision=50692
This commit is contained in:
parent
e29077a3cf
commit
0ea1c67bac
4 changed files with 10 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
|||
|
||||
#ifdef _M_IX86
|
||||
EXTERN _KiSystemService:PROC
|
||||
#define KUSER_SHARED_SYSCALL HEX(7ffe0300)
|
||||
#define KGDT_R0_CODE 8
|
||||
MACRO(STUBCODE_U, SyscallId, StackBytes)
|
||||
|
@ -17,6 +18,7 @@ MACRO(STUBCODE_K, SyscallId, StackBytes)
|
|||
ret StackBytes
|
||||
ENDM
|
||||
#elif defined(_M_AMD64)
|
||||
EXTERN KiSystemService:PROC
|
||||
MACRO(STUBCODE_U, SyscallId, StackBytes)
|
||||
mov eax, SyscallId
|
||||
mov r10, rcx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue