diff options
Diffstat (limited to 'lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp')
| -rw-r--r-- | lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp b/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp index 34d9441fbd5..b706ee73ef0 100644 --- a/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp +++ b/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp @@ -302,8 +302,8 @@ static bool GetInitInfo(lldb::SBDebugger debugger, lldb::SBTarget &target, class MPXTableShow : public lldb::SBCommandPluginInterface { public: - virtual bool DoExecute(lldb::SBDebugger debugger, char **command, - lldb::SBCommandReturnObject &result) { + bool DoExecute(lldb::SBDebugger debugger, char **command, + lldb::SBCommandReturnObject &result) override { if (command) { int arg_c = 0; @@ -347,8 +347,8 @@ public: class MPXTableSet : public lldb::SBCommandPluginInterface { public: - virtual bool DoExecute(lldb::SBDebugger debugger, char **command, - lldb::SBCommandReturnObject &result) { + bool DoExecute(lldb::SBDebugger debugger, char **command, + lldb::SBCommandReturnObject &result) override { if (command) { int arg_c = 0; |

