summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-07-22 08:12:01 +0000
committerPavel Labath <labath@google.com>2015-07-22 08:12:01 +0000
commitcb213b3831f6677e90410e7c184b0a89f7e128bf (patch)
tree3dbe07741a5379e0eaff0437001cdf2f62277ce8 /lldb/source/Plugins/Process/Linux
parentc2f33f6754ca689e609abe8e8cb33477e7a01b4e (diff)
downloadbcm5719-llvm-cb213b3831f6677e90410e7c184b0a89f7e128bf.tar.gz
bcm5719-llvm-cb213b3831f6677e90410e7c184b0a89f7e128bf.zip
Fix warnings found by -Wextra-semi
patch by Eugene Zelenko. llvm-svn: 242875
Diffstat (limited to 'lldb/source/Plugins/Process/Linux')
-rw-r--r--lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h
index 918bc7bda75..0b0b747984b 100644
--- a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h
+++ b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h
@@ -63,7 +63,7 @@ protected:
WriteFPR();
virtual void*
- GetGPRBuffer() { return nullptr; };
+ GetGPRBuffer() { return nullptr; }
virtual size_t
GetGPRSize() { return GetRegisterInfoInterface().GetGPRSize(); }
@@ -105,4 +105,3 @@ protected:
} // namespace lldb_private
#endif // #ifndef lldb_NativeRegisterContextLinux_h
-
OpenPOWER on IntegriCloud