diff --git a/fesvr/htif.h b/fesvr/htif.h index 32cd07d0..8dc8dd96 100644 --- a/fesvr/htif.h +++ b/fesvr/htif.h @@ -63,7 +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; } + const std::vector& target_args() { return targs; } reg_t get_entry_point() { return entry; }