removes setting of NEXT_PC to max when trapping in llvm and asmjit, adds default disass to llvm

This commit is contained in:
2024-07-18 12:02:40 +02:00
parent 8361f88718
commit e1b6cab890
4 changed files with 545 additions and 278 deletions

View File

@ -4880,7 +4880,6 @@ inline void vm_impl<ARCH>::gen_raise(jit_holder& jh, uint16_t trap_id, uint16_t
auto tmp1 = get_reg_for(cc, traits::TRAP_STATE);
mov(cc, tmp1, 0x80ULL << 24 | (cause << 16) | trap_id);
mov(cc, get_ptr_for(jh, traits::TRAP_STATE), tmp1);
mov(cc, jh.next_pc, std::numeric_limits<uint32_t>::max());
}
} // namespace tgc5c

File diff suppressed because it is too large Load Diff