From 7f97dfe610fa790438a072635d4f4b747c9b8adc Mon Sep 17 00:00:00 2001 From: Bertrand Augereau Date: Mon, 10 Dec 2007 02:04:42 +0000 Subject: NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is still room) svn-id: r29810 --- backends/platform/ds/arm9/source/blitters_arm.s | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'backends/platform/ds/arm9/source') diff --git a/backends/platform/ds/arm9/source/blitters_arm.s b/backends/platform/ds/arm9/source/blitters_arm.s index 30b45e36b1..be777993ab 100644 --- a/backends/platform/ds/arm9/source/blitters_arm.s +++ b/backends/platform/ds/arm9/source/blitters_arm.s @@ -20,13 +20,14 @@ @ @ @author Robin Watts (robin@wss.co.uk) - .text - .global asmDrawStripToScreen .global asmCopy8Col .global Rescale_320x256xPAL8_To_256x256x1555 .global Rescale_320x256x1555_To_256x256x1555 - + .section .itcm,"ax", %progbits + .align 2 + .code 32 + @ ARM implementation of asmDrawStripToScreen. @ @ C prototype would be: -- cgit v1.2.3