summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc/wangpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/wangpc/wangpc.h')
-rw-r--r--src/devices/bus/wangpc/wangpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/wangpc/wangpc.h b/src/devices/bus/wangpc/wangpc.h
index 8da788e1398..4c9e4cc69a8 100644
--- a/src/devices/bus/wangpc/wangpc.h
+++ b/src/devices/bus/wangpc/wangpc.h
@@ -52,7 +52,7 @@ public:
protected:
// device_t implementation
- virtual void device_start() override;
+ virtual void device_start() override ATTR_COLD;
private:
// configuration
@@ -122,7 +122,7 @@ public:
protected:
// devicedevice_t implementation
- virtual void device_start() override;
+ virtual void device_start() override ATTR_COLD;
private:
using card_vector = std::vector<std::reference_wrapper<device_wangpcbus_card_interface> >;