mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 08:23:15 +00:00
SCUMM: Manually specify function alignment in ARM assembly.
This commit is contained in:
parent
ed52f7160d
commit
fa2297f6b7
@ -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
|
||||
|
@ -71,6 +71,7 @@
|
||||
@ <> = _palette
|
||||
@ <> = _numstrips
|
||||
@ <> = _scaleIndexY
|
||||
.align 2
|
||||
_ClassicProc3RendererShadowARM:
|
||||
@ shadow20 = false
|
||||
@ shadowed = true
|
||||
|
@ -28,6 +28,7 @@
|
||||
|
||||
.global _ARM_Smush_decode2
|
||||
|
||||
.align 2
|
||||
_ARM_Smush_decode2:
|
||||
@ r0 = dst
|
||||
@ r1 = src
|
||||
|
Loading…
x
Reference in New Issue
Block a user