mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:37:12 +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
|
.text
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
.macro .const
|
||||||
|
.section .rdata
|
||||||
|
.endm
|
||||||
|
|
||||||
/* check http://msdn.microsoft.com/en-us/library/9c9k076y%28VS.80%29.aspx
|
/* 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 */
|
and http://msdn.microsoft.com/en-us/library/ms679352%28VS.85%29.aspx */
|
||||||
.macro FPO cdwLocals, cdwParams, cbProlog, cbRegs, fUseBP, cbFrame
|
.macro FPO cdwLocals, cdwParams, cbProlog, cbRegs, fUseBP, cbFrame
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue