diff options
author | John van Groningen | 2006-12-06 12:48:22 +0000 |
---|---|---|
committer | John van Groningen | 2006-12-06 12:48:22 +0000 |
commit | cb9a3b360691af13cb4980689ee330e551127997 (patch) | |
tree | 5b11d1bf3bc70a35e11f4915d50d4de1e263db16 | |
parent | do 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.a | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |