Index: /trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm	(revision 398)
+++ /trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm	(revision 399)
@@ -48,13 +48,13 @@
 
     ; switch stack?
-% ifdef ASM_CALL64_MSC
+ %ifdef ASM_CALL64_MSC
     cmp     r8, 0ffffffffffffffffh
     je      .no_stack_switch
     mov     rsp, r8
-% else
+ %else
     cmp     rdx, 0ffffffffffffffffh
     je      .no_stack_switch
     mov     rsp, rdx
-% endif
+ %endif
 .no_stack_switch:
 
@@ -69,13 +69,13 @@
 
     ; create the retf frame
-% ifdef ASM_CALL64_MSC
+ %ifdef ASM_CALL64_MSC
     movzx   rdx, dx
     push    rdx
     push    rcx
-% else
+ %else
     movzx   rdi, di
     push    rdi
     push    rsi
-% endif
+ %endif
 
     ; dispatch it!
