From 887ce76a1e9ad897b6c262255c301a2382b03dd4 Mon Sep 17 00:00:00 2001 From: Kostas Nakos Date: Sun, 28 Oct 2007 18:46:48 +0000 Subject: fix formatting & typo svn-id: r29306 --- backends/platform/wince/ARMscaler.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/platform/wince') 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] -- cgit v1.2.3