mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[ASM]: Code formatting only.
svn path=/trunk/; revision=75995
This commit is contained in:
parent
ff79952c22
commit
9f36a72013
1 changed files with 7 additions and 8 deletions
|
@ -193,7 +193,6 @@ resb MACRO name, size
|
|||
__absolute__address__ = __absolute__address__ + size
|
||||
ENDM
|
||||
|
||||
|
||||
/* We need this to distinguish repeat from macros */
|
||||
#define ENDR ENDM
|
||||
|
||||
|
@ -201,7 +200,7 @@ ENDM
|
|||
#define LF 10
|
||||
#define NUL 0
|
||||
|
||||
/* For compatibility with gas */
|
||||
/* For compatibility with GAS */
|
||||
#define CFI_STARTPROC
|
||||
#define CFI_ENDPROC
|
||||
#define CFI_ADJUST_CFA_OFFSET
|
||||
|
@ -237,7 +236,7 @@ ENDM
|
|||
.macro .PROC name
|
||||
.func \name
|
||||
#ifdef _X86_
|
||||
/* x86 gas expects a label with _ prefix */
|
||||
/* x86 GAS expects a label with _ prefix */
|
||||
_\name:
|
||||
#endif
|
||||
\name:
|
||||
|
|
Loading…
Reference in a new issue