summaryrefslogtreecommitdiff
path: root/src/arch/riscv/remote_gdb.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/riscv/remote_gdb.hh')
-rw-r--r--src/arch/riscv/remote_gdb.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/riscv/remote_gdb.hh b/src/arch/riscv/remote_gdb.hh
index 735faae02..4b9d6e7f2 100644
--- a/src/arch/riscv/remote_gdb.hh
+++ b/src/arch/riscv/remote_gdb.hh
@@ -82,6 +82,7 @@ class RemoteGDB : public BaseRemoteGDB
}
};
+ RiscvGdbRegCache regCache;
public:
RemoteGDB(System *_system, ThreadContext *tc);