diff options
Diffstat (limited to 'output/outas86.mac')
-rw-r--r-- | output/outas86.mac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/output/outas86.mac b/output/outas86.mac index f0bd2e41..f7c9a489 100644 --- a/output/outas86.mac +++ b/output/outas86.mac @@ -32,6 +32,6 @@ ;; -------------------------------------------------------------------------- OUT: as86 -%define __SECT__ [section .text] -%macro __NASM_CDecl__ 1 +%define __?SECT?__ [section .text] +%macro __?NASM_CDecl?__ 1 %endmacro |