[ASM x64] Change ; by /* */ for comments

Syntax with semi-colon is not supported by gas.
This commit is contained in:
Hervé Poussineau 2021-01-06 22:50:22 +01:00
parent 4bb7bd1f50
commit ff7035d940
6 changed files with 101 additions and 98 deletions

View file

@ -1,9 +1,9 @@
;++
; PROJECT: ReactOS SDK
; LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
; PURPOSE: ReactOS AMD64 architecture asm macros
; COPYRIGHT: Timo Kreuzer (timo.kreuzer@reactos.org)
;--
/*
* PROJECT: ReactOS SDK
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: ReactOS AMD64 architecture asm macros
* COPYRIGHT: Timo Kreuzer (timo.kreuzer@reactos.org)
*/
#include <asm.inc>
@ -156,4 +156,4 @@ MACRO(Yield)
pause
ENDM
; EOF
/* EOF */