From 8d7b204c2bdb742af4083df0fe0e110afe5c3def Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 11 Dec 2014 19:03:08 +0100 Subject: (ARM ASM) Add __MACH__ hack to get iOS port linking for now --- arm/video_blend.S | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arm') diff --git a/arm/video_blend.S b/arm/video_blend.S index 714fe4c..56d9953 100644 --- a/arm/video_blend.S +++ b/arm/video_blend.S @@ -5,8 +5,13 @@ @ r3 = end 6: +#ifdef __MACH__ + .word _io_registers + .word _palette_ram_converted +#else .word io_registers .word palette_ram_converted +#endif .word 0x04000200 @ combine test mask .word 0x07E0F81F @ clamp mask .word 0x000003FE @ palette index mask -- cgit v1.2.3