mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
x86-fbsd-nat: Add missing public label.
These two methods are both overrides of public methods in base classes.
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user