mirror of
https://github.com/reactos/reactos.git
synced 2025-07-03 02:01:23 +00:00
[ASM] macamd64.inc: Fix up entry point macros a bit
This is the minimal version to be compatible with GAS. Code segment and NoPad could probably be added later, but they are not strictly required.
This commit is contained in:
parent
72aed01dbd
commit
901cd2704c
2 changed files with 28 additions and 27 deletions
|
@ -317,6 +317,7 @@ ENDM
|
|||
|
||||
/* MASM compatible ALIGN */
|
||||
#define ALIGN .align
|
||||
#define align .align
|
||||
|
||||
/* MASM compatible REPEAT, additional ENDR */
|
||||
#define REPEAT .rept
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue