From f6a6ef400a151011f1b6efb3f315cbe0462ca585 Mon Sep 17 00:00:00 2001 From: Robert Sprowson <rsprowson@gitlab.riscosopen.org> Date: Fri, 17 Sep 2010 20:58:15 +0000 Subject: [PATCH] Comment corrected. --- Sources/PutScaled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/PutScaled b/Sources/PutScaled index fb0ab67..c778e16 100644 --- a/Sources/PutScaled +++ b/Sources/PutScaled @@ -166,7 +166,7 @@ r_shr RN 10 ; xcount counts the number of bits which must be ; saved at r_outptr, of which the first r_shl bits can be found in outword ; and the remainder are still to be fetched from r_inptr. - RSB r_outword2,r_outshift,#32 ; temp use of r_inword2 + RSB r_outword2,r_outshift,#32 ; temp use of r_outword2 ADD r_xcount,r_xcount,r_outword2 ; add the bits we've just loaded in ; Only the top r_inshift bits of r_inword are interesting -- GitLab