summaryrefslogtreecommitdiff
path: root/src/arch/alpha/remote_gdb.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/remote_gdb.hh')
-rw-r--r--src/arch/alpha/remote_gdb.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/alpha/remote_gdb.hh b/src/arch/alpha/remote_gdb.hh
index 4b71fd23a..38ff91933 100644
--- a/src/arch/alpha/remote_gdb.hh
+++ b/src/arch/alpha/remote_gdb.hh
@@ -53,7 +53,7 @@ class RemoteGDB : public BaseRemoteGDB
bool acc(Addr addr, size_t len);
bool write(Addr addr, size_t size, const char *data);
- bool insertHardBreak(Addr addr, size_t len);
+ void insertHardBreak(Addr addr, size_t len) override;
class AlphaGdbRegCache : public BaseGdbRegCache
{