updates vm_impls and core.h to work with new vm_base

Bu işleme şunda yer alıyor:
2024-12-28 08:24:09 +01:00
ebeveyn a6a6f51f0b
işleme 1089800682
5 değiştirilmiş dosya ile 110 ekleme ve 105 silme

Dosyayı Görüntüle

@ -189,7 +189,6 @@ struct tgc5c: public arch_if {
uint8_t* get_regs_base_ptr() override;
inline uint64_t get_icount() { return reg.icount; }
inline bool should_stop() { return interrupt_sim; }
@ -199,7 +198,6 @@ struct tgc5c: public arch_if {
virtual iss::sync_type needed_sync() const { return iss::NO_SYNC; }
inline uint32_t get_last_branch() { return reg.last_branch; }
#pragma pack(push, 1)