summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/gdbstub.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-06-01 08:27:48 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2022-06-01 08:28:34 +0200
commit69511aed3d66db89bcc4db286649d06f96e622e8 (patch)
treedc708a09194d6a2ed9c362a283360b8c1c2fee10 /src/core/debugger/gdbstub.h
parentMerge pull request #8394 from liamwhite/debugger (diff)
downloadyuzu-69511aed3d66db89bcc4db286649d06f96e622e8.tar
yuzu-69511aed3d66db89bcc4db286649d06f96e622e8.tar.gz
yuzu-69511aed3d66db89bcc4db286649d06f96e622e8.tar.bz2
yuzu-69511aed3d66db89bcc4db286649d06f96e622e8.tar.lz
yuzu-69511aed3d66db89bcc4db286649d06f96e622e8.tar.xz
yuzu-69511aed3d66db89bcc4db286649d06f96e622e8.tar.zst
yuzu-69511aed3d66db89bcc4db286649d06f96e622e8.zip
Diffstat (limited to 'src/core/debugger/gdbstub.h')
-rw-r--r--src/core/debugger/gdbstub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/debugger/gdbstub.h b/src/core/debugger/gdbstub.h
index b93a3a511..e58d60719 100644
--- a/src/core/debugger/gdbstub.h
+++ b/src/core/debugger/gdbstub.h
@@ -19,7 +19,7 @@ class System;
class GDBStub : public DebuggerFrontend {
public:
explicit GDBStub(DebuggerBackend& backend, Core::System& system);
- ~GDBStub();
+ ~GDBStub() override;
void Connected() override;
void Stopped(Kernel::KThread* thread) override;