[v5,06/19] x86-fbsd-nat: Add missing public label.

Message ID 20230427210113.45380-7-jhb@FreeBSD.org
State New
Headers
Series Handle variable XSAVE layouts |

Commit Message

John Baldwin April 27, 2023, 9:01 p.m. UTC
  These two methods are both overrides of public methods in base
classes.
---
 gdb/x86-fbsd-nat.h | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/gdb/x86-fbsd-nat.h b/gdb/x86-fbsd-nat.h
index 0a1308f3584..a424323f399 100644
--- a/gdb/x86-fbsd-nat.h
+++ b/gdb/x86-fbsd-nat.h
@@ -27,6 +27,7 @@ 
 
 class x86_fbsd_nat_target : public x86bsd_nat_target<fbsd_nat_target>
 {
+public:
   bool supports_stopped_by_hw_breakpoint () override
   { return true; }