arm/video_blend.S - add another __MACH__ hack
This commit is contained in:
parent
8d7b204c2b
commit
9ed950fd4e
|
@ -157,7 +157,11 @@ _expand_blend:
|
||||||
@ r2 = end
|
@ r2 = end
|
||||||
|
|
||||||
1:
|
1:
|
||||||
|
#ifdef __MACH__
|
||||||
|
.word _palette_ram_converted
|
||||||
|
#else
|
||||||
.word palette_ram_converted
|
.word palette_ram_converted
|
||||||
|
#endif
|
||||||
.word 0x3FE
|
.word 0x3FE
|
||||||
|
|
||||||
.align 2
|
.align 2
|
||||||
|
|
Loading…
Reference in New Issue