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

Commit 96bc6841 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am bc260206: Merge "Fix build."

* commit 'bc260206':
  Fix build.
parents a03656d8 bc260206
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
@@ -494,7 +494,8 @@ void dataOpTest(dataOpTest_t test, ARMAssemblerInterface *a64asm, uint32_t Rd =
        if(regs[i] != savedRegs[i])
        {
            printf("Test %x failed Reg(%d) tampered Expected(0x%" PRIx64 "),"
                   "Actual(0x%"PRIx64") t\n", test.id, i, savedRegs[i], regs[i]);
                   "Actual(0x%" PRIx64 ") t\n", test.id, i, savedRegs[i],
                   regs[i]);
            return;
        }
    }