mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
[SDK] Provide .const macro for gas
This commit is contained in:
parent
3410b25fde
commit
905bcf617f
1 changed files with 4 additions and 0 deletions
|
@ -313,6 +313,10 @@ ENDM
|
|||
.text
|
||||
.endm
|
||||
|
||||
.macro .const
|
||||
.section .rdata
|
||||
.endm
|
||||
|
||||
/* check http://msdn.microsoft.com/en-us/library/9c9k076y%28VS.80%29.aspx
|
||||
and http://msdn.microsoft.com/en-us/library/ms679352%28VS.85%29.aspx */
|
||||
.macro FPO cdwLocals, cdwParams, cbProlog, cbRegs, fUseBP, cbFrame
|
||||
|
|
Loading…
Reference in a new issue