diff options
author | Kostas Nakos | 2007-10-28 18:46:48 +0000 |
---|---|---|
committer | Kostas Nakos | 2007-10-28 18:46:48 +0000 |
commit | 887ce76a1e9ad897b6c262255c301a2382b03dd4 (patch) | |
tree | 4623a98c3e12414ffe91a0a0095b97e7df60553e /backends | |
parent | 507b60f5b42b34aeca25e7171b37c79f331110de (diff) | |
download | scummvm-rg350-887ce76a1e9ad897b6c262255c301a2382b03dd4.tar.gz scummvm-rg350-887ce76a1e9ad897b6c262255c301a2382b03dd4.tar.bz2 scummvm-rg350-887ce76a1e9ad897b6c262255c301a2382b03dd4.zip |
fix formatting & typo
svn-id: r29306
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/wince/ARMscaler.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/wince/ARMscaler.s b/backends/platform/wince/ARMscaler.s index 3397674d2b..bcd3917665 100644 --- a/backends/platform/wince/ARMscaler.s +++ b/backends/platform/wince/ARMscaler.s @@ -47,7 +47,7 @@ PocketPCHalfARM: BLT end height_loop: - SUBS r11,r4,#8 @ r11= width_minus_8 + SUBS r11, r4, #8 @ r11= width_minus_8 BLT thin width_loop: @@ -145,7 +145,7 @@ width_loop: thin: ADDS r11,r11,#8 @ r11= width - BEQ width_end @ if no more left to do, then bale + BEQ width_end @ if no more left to do, then bail thin_lp: @ single output pixels done in this bit LDRH r8,[r0],r1 @ r8 = A = srcPtr[0] |