mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 00:13:04 +00:00
[ASM x64] Change ; by /* */ for comments
Syntax with semi-colon is not supported by gas.
This commit is contained in:
parent
4bb7bd1f50
commit
ff7035d940
6 changed files with 101 additions and 98 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue