mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 14:08:17 +01:00
system: Implement MRS CNTFRQ_EL0
This commit is contained in:
parent
f91a9f18cd
commit
d1d6f4feb5
7 changed files with 50 additions and 26 deletions
|
|
@ -78,6 +78,8 @@ static u32 GenRandomInst(u64 pc, bool is_last_inst) {
|
|||
"STXR", "STLXR", "STXP", "STLXP", "LDXR", "LDAXR", "LDXP", "LDAXP",
|
||||
// QEMU's implementation of FDIV is incorrect
|
||||
"FDIV_1", "FDIV_2",
|
||||
// Behaviour differs from QEMU
|
||||
"MSR_reg", "MSR_imm", "MRS",
|
||||
};
|
||||
|
||||
for (const auto& [fn, bitstring] : list) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue