dynarmic/tests/A64
MerryMage 55eaa16615 a64_emit_x64: Ensure host has updated ticks in EmitA64GetCNTPCT
Discovered by @Subv.
Fixes incomplete fix begun in 5a91c94dca47c9702dee20fbd5ae1f4c07eef9df.
That fix fails to take into account that LinkBlock doesn't update ticks until there
are no remaining ticks to be executed.

Test added to confirm fix.
2020-04-22 20:46:21 +01:00
..
unicorn_emu fuzz_with_unicorn: Avoid self-modifying code 2020-04-22 20:46:19 +01:00
a64.cpp a64_emit_x64: Ensure host has updated ticks in EmitA64GetCNTPCT 2020-04-22 20:46:21 +01:00
fuzz_with_unicorn.cpp fuzz_with_unicorn: Avoid self-modifying code 2020-04-22 20:46:19 +01:00
inst_gen.cpp inst_gen: Make invalid_instructions a static inline variable 2020-04-22 20:46:13 +01:00
inst_gen.h inst_gen: Compress loop into std::any_of in IsInvalidInstruction() 2020-04-22 20:46:18 +01:00
testenv.h a64_emit_x64: Ensure host has updated ticks in EmitA64GetCNTPCT 2020-04-22 20:46:21 +01:00
verify_unicorn.cpp tests/unicorn: Add type aliases to the Unicorn class 2020-04-22 20:46:19 +01:00