Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 720fdebb authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 4906db21: Merge "codeflinger: Correct misleading comment of STM instruction"

* commit '4906db21':
  codeflinger: Correct misleading comment of STM instruction
parents b7171987 4906db21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) |