SCUMM: Manually specify function alignment in ARM assembly.

This commit is contained in:
Johannes Schickel 2014-02-16 01:32:25 +01:00
parent ed52f7160d
commit fa2297f6b7
3 changed files with 4 additions and 0 deletions

View File

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

View File

@ -71,6 +71,7 @@
@ <> = _palette
@ <> = _numstrips
@ <> = _scaleIndexY
.align 2
_ClassicProc3RendererShadowARM:
@ shadow20 = false
@ shadowed = true

View File

@ -28,6 +28,7 @@
.global _ARM_Smush_decode2
.align 2
_ARM_Smush_decode2:
@ r0 = dst
@ r1 = src