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

Commit fd1c060e authored by Dan Albert's avatar Dan Albert
Browse files

Fix build.

More UD literals that weren't caught by hammerhead...

Change-Id: I6b0abdeef41d1f40c2fe86843b5149925ff6356e
parent 809965cc
Loading
Loading
Loading
Loading
+11 −10
Original line number Original line Diff line number Diff line
@@ -494,7 +494,8 @@ void dataOpTest(dataOpTest_t test, ARMAssemblerInterface *a64asm, uint32_t Rd =
        if(regs[i] != savedRegs[i])
        if(regs[i] != savedRegs[i])
        {
        {
            printf("Test %x failed Reg(%d) tampered Expected(0x%" PRIx64 "),"
            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;
            return;
        }
        }
    }
    }