aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/gfxARM.s
diff options
context:
space:
mode:
authorJohannes Schickel2014-02-16 01:32:25 +0100
committerJohannes Schickel2014-03-06 20:21:47 +0100
commitfa2297f6b7adb78a7d286c174d16a123a5295683 (patch)
tree0b34a3ab5355fc8be163eaee49f4fcf2a79fd870 /engines/scumm/gfxARM.s
parented52f7160d2d7f385b17b14f75fcae35310e9752 (diff)
downloadscummvm-rg350-fa2297f6b7adb78a7d286c174d16a123a5295683.tar.gz
scummvm-rg350-fa2297f6b7adb78a7d286c174d16a123a5295683.tar.bz2
scummvm-rg350-fa2297f6b7adb78a7d286c174d16a123a5295683.zip
SCUMM: Manually specify function alignment in ARM assembly.
Diffstat (limited to 'engines/scumm/gfxARM.s')
-rw-r--r--engines/scumm/gfxARM.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/gfxARM.s b/engines/scumm/gfxARM.s
index 9238888831..5cfe8ba0a4 100644
--- a/engines/scumm/gfxARM.s
+++ b/engines/scumm/gfxARM.s
@@ -41,6 +41,7 @@
@ In addition, we assume that text, src and dst are all word (4 byte)
@ aligned. This is the same assumption that the old 'inline' version
@ made.
+ .align 2
_asmDrawStripToScreen:
@ r0 = height
@ r1 = width
@@ -118,6 +119,7 @@ end:
@ In addition, we assume that src and dst are both word (4 byte)
@ aligned. This is the same assumption that the old 'inline' version
@ made.
+ .align 2
_asmCopy8Col:
@ r0 = dst
@ r1 = dstPitch