Remove some .section options because they don't work for aoutb (OpenBSD)
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
GLOBAL _2xSaISuperEagleLine
|
||||
GLOBAL Init_2xSaIMMX
|
||||
%endif
|
||||
SECTION .text ALIGN = 32
|
||||
SECTION .text
|
||||
|
||||
%ifdef __DJGPP__
|
||||
;EXTERN_C void __2xSaILine (uint8 *srcPtr, uint32 srcPitch, uint32 width,
|
||||
@@ -2035,7 +2035,7 @@ end1:
|
||||
;-------------------------------------------------------------------------
|
||||
;-------------------------------------------------------------------------
|
||||
|
||||
SECTION .data ALIGN = 32
|
||||
SECTION .data
|
||||
;Some constants
|
||||
colorMask dd 0xF7DEF7DE, 0xF7DEF7DE
|
||||
lowPixelMask dd 0x08210821, 0x08210821
|
||||
@@ -2048,7 +2048,7 @@ TRUE dd 0xffffffff, 0xffffffff
|
||||
ONE dd 0x00010001, 0x00010001
|
||||
|
||||
|
||||
SECTION .bss ALIGN = 32
|
||||
SECTION .bss
|
||||
ACPixel resb 8
|
||||
Mask1 resb 8
|
||||
Mask2 resb 8
|
||||
|
||||
Reference in New Issue
Block a user