diff options
Diffstat (limited to 'gold/common.h')
-rw-r--r-- | gold/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/common.h b/gold/common.h index e7fe84e..bd24985 100644 --- a/gold/common.h +++ b/gold/common.h @@ -54,6 +54,10 @@ class Allocate_commons_task : public Task void run(Workqueue*); + std::string + get_name() const + { return "Allocate_commons_task"; } + private: class Allocate_commons_locker; |