From cb9a3b360691af13cb4980689ee330e551127997 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 6 Dec 2006 12:48:22 +0000 Subject: move comment before the macro, because the assembler doesn't allow this comment here --- pstartup.a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pstartup.a b/pstartup.a index 7ff007c..0692787 100644 --- a/pstartup.a +++ b/pstartup.a @@ -23,8 +23,8 @@ rlwnm. &bit,&byte,&bit_n_in_byte,24,24 endm - macro ; same as tstmbit, but modifies bit_n register + macro tstmbit_ &vector,&bit_n,&byte_offset,&bit,&byte,&shift rlwinm &byte_offset,&bit_n,32-&shift-3,3+&shift,31 lbzx &byte,&vector,&byte_offset -- cgit v1.2.3