diff options
Diffstat (limited to 'src/arch/riscv/remote_gdb.hh')
-rw-r--r-- | src/arch/riscv/remote_gdb.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/riscv/remote_gdb.hh b/src/arch/riscv/remote_gdb.hh index 4b9d6e7f2..739cb5a3e 100644 --- a/src/arch/riscv/remote_gdb.hh +++ b/src/arch/riscv/remote_gdb.hh @@ -85,7 +85,7 @@ class RemoteGDB : public BaseRemoteGDB RiscvGdbRegCache regCache; public: - RemoteGDB(System *_system, ThreadContext *tc); + RemoteGDB(System *_system, ThreadContext *tc, int _port); BaseGdbRegCache *gdbRegs(); }; |