diff --git a/fesvr/htif.h b/fesvr/htif.h index 4eb2a21f..32cd07d0 100644 --- a/fesvr/htif.h +++ b/fesvr/htif.h @@ -63,6 +63,7 @@ class htif_t : public chunked_memif_t virtual void idle() {} const std::vector& host_args() { return hargs; } + std::vector& target_args() { return targs; } reg_t get_entry_point() { return entry; } @@ -98,8 +99,6 @@ class htif_t : public chunked_memif_t std::vector dynamic_devices; std::vector payloads; - const std::vector& target_args() { return targs; } - std::map addr2symbol; friend class memif_t;