Skip to content

Commit

Permalink
am 4906db2: Merge "codeflinger: Correct misleading comment of STM ins…
Browse files Browse the repository at this point in the history
…truction"

* commit '4906db21e041327042b87122b233e1f150618334':
  codeflinger: Correct misleading comment of STM instruction
  • Loading branch information
Jean-Baptiste Queru authored and Android Git Automerger committed Nov 23, 2010
2 parents b717198 + 4906db2 commit 720fdeb
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 720fdeb

Please sign in to comment.