mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[ASM x64] Fix usage of macro .allocstack
.allocstack only accepts one 'size' parameter."
This commit is contained in:
parent
a7cb59728d
commit
ae4ce99e00
3 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ PUBLIC KiUserCallbackDispatcher
|
|||
.PUSHFRAME
|
||||
|
||||
/* This is for the Home space, Buffer, Length and ApiNumber */
|
||||
.ALLOCSTACK 6 * 8
|
||||
.ALLOCSTACK (6 * 8)
|
||||
.ENDPROLOG
|
||||
|
||||
#if DBG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue