mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-04 01:28:45 -04:00
Fix yasm warnings about flags being ignored on section redeclaration.
This commit is contained in:
parent
5e05057240
commit
45e554a9f9
@ -118,6 +118,8 @@
|
|||||||
%endmacro
|
%endmacro
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
section .text ; yasm throws section redeclaration warnings if strucs are defined without a plain .text section
|
||||||
|
|
||||||
struc su_stack ; the structure of stack _as the units see it_
|
struc su_stack ; the structure of stack _as the units see it_
|
||||||
.retaddr RESPTR 1
|
.retaddr RESPTR 1
|
||||||
%if BITS == 32 ; we dump everything with pushad, so this is unused in 32-bit
|
%if BITS == 32 ; we dump everything with pushad, so this is unused in 32-bit
|
||||||
|
@ -86,6 +86,8 @@
|
|||||||
%define MONO 0
|
%define MONO 0
|
||||||
%define STEREO 1
|
%define STEREO 1
|
||||||
|
|
||||||
|
section .text ; yasm throws section redeclaration warnings if strucs are defined without a plain .text section
|
||||||
|
|
||||||
%include "opcodes/flowcontrol.inc"
|
%include "opcodes/flowcontrol.inc"
|
||||||
%include "opcodes/arithmetic.inc"
|
%include "opcodes/arithmetic.inc"
|
||||||
%include "opcodes/effects.inc"
|
%include "opcodes/effects.inc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user