Commit 197439c1 authored by Dave Yeo's avatar Dave Yeo Committed by Diego Biurrun

x86: pngdsp: Fix assembly for OS/2

The a.out object format does not allow aligning sections.
On OS/2 LD aligns sections to 16 bytes.
Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent 69ac6400
......@@ -28,7 +28,7 @@ SECTION_RODATA
cextern pw_255
section .text align=16
SECTION_TEXT
; %1 = nr. of xmm registers used
%macro ADD_BYTES_FN 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment