x86-fbsd-nat: Add missing public label.

These two methods are both overrides of public methods in base
classes.
This commit is contained in:
John Baldwin
2023-05-08 10:39:52 -07:00
parent c239019c9f
commit fa0ea5047b

View File

@ -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; }