From 48933ef893c541eb6ff05366b906cfe42c23b4b1 Mon Sep 17 00:00:00 2001 From: holub Date: Thu, 26 Sep 2024 13:07:03 -0400 Subject: Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#12822) --- src/devices/sound/lmc1992.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/sound/lmc1992.h') diff --git a/src/devices/sound/lmc1992.h b/src/devices/sound/lmc1992.h index d728757299c..dc9ea4d9806 100644 --- a/src/devices/sound/lmc1992.h +++ b/src/devices/sound/lmc1992.h @@ -68,7 +68,7 @@ public: protected: // device-level overrides - virtual void device_start() override; + virtual void device_start() override ATTR_COLD; // internal callbacks virtual void sound_stream_update(sound_stream &stream, std::vector const &inputs, std::vector &outputs) override; -- cgit v1.2.3-70-g09d2