diff options
Diffstat (limited to 'backends/platform')
| -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]  | 
