Skip to content

Commit 0585ee6

Browse files
committed
corrects typo that inhibits building
1 parent 18d477f commit 0585ee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sysc/core2sc_adapter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ template <typename PLAT> class core2sc_adapter : public PLAT, public sc2core_if
155155
}
156156
}
157157

158-
iss::status write_mem(const iss::addr_t& addr_, unsigned length, uint8_t const* data) {
158+
iss::status write_mem(const iss::addr_t& addr, unsigned length, uint8_t const* data) {
159159
if(iss::is_debug(addr.access))
160160
return owner->write_mem_dbg(addr.val, length, data) ? iss::Ok : iss::Err;
161161
if(addr.val == this->tohost) {

0 commit comments

Comments
 (0)