arm/video_blend.S - add another __MACH__ hack

This commit is contained in:
twinaphex 2014-12-11 19:05:18 +01:00
parent 8d7b204c2b
commit 9ed950fd4e
1 changed files with 4 additions and 0 deletions

View File

@ -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