Skip to content

Commit

Permalink
Merge "codeflinger: Correct misleading comment of STM instruction"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste Queru authored and Android Code Review committed Nov 23, 2010
2 parents f2ff211 + a7e9664 commit 4906db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpixelflinger/codeflinger/ARMAssembler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ void ARMAssembler::LDM(int cc, int dir,

void ARMAssembler::STM(int cc, int dir,
int Rn, int W, uint32_t reg_list)
{ // FA EA FD ED IB IA DB DA
{ // ED FD EA FA IB IA DB DA
const uint8_t P[8] = { 0, 1, 0, 1, 1, 0, 1, 0 };
const uint8_t U[8] = { 0, 0, 1, 1, 1, 1, 0, 0 };
*mPC++ = (cc<<28) | (4<<25) | (uint32_t(P[dir])<<24) |
Expand Down

0 comments on commit 4906db2

Please sign in to comment.