summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_7448.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_7448.cpp')
-rw-r--r--src/lib/netlist/devices/nld_7448.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/devices/nld_7448.cpp b/src/lib/netlist/devices/nld_7448.cpp
index 992caf9d814..f4acbc432bd 100644
--- a/src/lib/netlist/devices/nld_7448.cpp
+++ b/src/lib/netlist/devices/nld_7448.cpp
@@ -54,7 +54,7 @@ namespace netlist
private:
void update_outputs(unsigned v) noexcept
{
- nl_assert(v<16);
+ gsl_Expects(v<16);
if (v != m_state)
{
// max transfer time is 100 NS */