[ASM x64] Fix usage of macro .allocstack

.allocstack only accepts one 'size' parameter."
This commit is contained in:
Hervé Poussineau 2021-01-09 19:33:20 +01:00
parent a7cb59728d
commit ae4ce99e00
3 changed files with 3 additions and 3 deletions

View file

@ -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