summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nlid_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nlid_system.h')
-rw-r--r--src/lib/netlist/devices/nlid_system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/netlist/devices/nlid_system.h b/src/lib/netlist/devices/nlid_system.h
index e84472a536f..44ad1f8efc2 100644
--- a/src/lib/netlist/devices/nlid_system.h
+++ b/src/lib/netlist/devices/nlid_system.h
@@ -438,8 +438,8 @@ namespace devices
}
// FIXME: this will seg-fault if force_analog_input = false
- nl_fptype VCC() const NL_NOEXCEPT { return m_VCC->Q_Analog(); }
- nl_fptype GND() const NL_NOEXCEPT { return m_GND->Q_Analog(); }
+ nl_fptype VCC() const noexcept { return m_VCC->Q_Analog(); }
+ nl_fptype GND() const noexcept { return m_GND->Q_Analog(); }
private:
void noop() { }