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.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/riscv/remote_gdb.hh b/src/arch/riscv/remote_gdb.hh
index 739cb5a3e..adb438d24 100644
--- a/src/arch/riscv/remote_gdb.hh
+++ b/src/arch/riscv/remote_gdb.hh
@@ -61,7 +61,7 @@ class RemoteGDB : public BaseRemoteGDB
struct {
IntReg gpr[NumIntArchRegs];
IntReg pc;
- FloatRegBits fpr[NumFloatRegs];
+ FloatReg fpr[NumFloatRegs];
MiscReg csr_base;
uint32_t fflags;