From 9ed950fd4e71e33d0b5fa5c3faeb0b5bf4005a65 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 11 Dec 2014 19:05:18 +0100 Subject: arm/video_blend.S - add another __MACH__ hack --- arm/video_blend.S | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arm') diff --git a/arm/video_blend.S b/arm/video_blend.S index 56d9953..9caaa33 100644 --- a/arm/video_blend.S +++ b/arm/video_blend.S @@ -157,7 +157,11 @@ _expand_blend: @ r2 = end 1: +#ifdef __MACH__ + .word _palette_ram_converted +#else .word palette_ram_converted +#endif .word 0x3FE .align 2 -- cgit v1.2.3