even more stupid fixes i feel angry

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-11-05 00:53:19 +00:00
parent 4d3b6030db
commit f10c180eb0
6 changed files with 52 additions and 30 deletions

View file

@ -197,7 +197,7 @@ TEST_CASE("ppc64: functor-2", "[ppc64]") {
ctx.RLWINM(powah::R9, powah::R9, 0, 0, 0);
ctx.SLDI(powah::R10, powah::R10, 30);
ctx.OR(powah::R9, powah::R9, powah::R10);
ctx.STD(powah::R9, powah::R8, 8);
ctx.STD(powah::R9, powah::R8, 0);
ctx.BLR();
REQUIRE(data[0] == EB32(0x781b687c));
REQUIRE(data[1] == EB32(0x3828837c));