|
|
|
@ -158,11 +158,9 @@ void htif_t::load_symbols(std::map<std::string, uint64_t>& symbols) |
|
|
|
{ |
|
|
|
class nop_memif_t : public memif_t { |
|
|
|
public: |
|
|
|
nop_memif_t(htif_t* htif) : memif_t(htif), htif(htif) {} |
|
|
|
nop_memif_t(htif_t* htif) : memif_t(htif) {} |
|
|
|
void read(addr_t UNUSED addr, size_t UNUSED len, void UNUSED *bytes) override {} |
|
|
|
void write(addr_t UNUSED taddr, size_t UNUSED len, const void UNUSED *src) override {} |
|
|
|
private: |
|
|
|
htif_t* htif; |
|
|
|
} nop_memif(this); |
|
|
|
|
|
|
|
reg_t nop_entry; |
|
|
|
|