summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2006-12-06 12:48:22 +0000
committerJohn van Groningen2006-12-06 12:48:22 +0000
commitcb9a3b360691af13cb4980689ee330e551127997 (patch)
tree5b11d1bf3bc70a35e11f4915d50d4de1e263db16
parentdo not overwrite register d1 when copying a strict record selector (diff)
move comment before the macro, because the assembler doesn't allow
this comment here
-rw-r--r--pstartup.a2
1 files changed, 1 insertions, 1 deletions
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