From 29e7ed2a3032e203f1bc04f3c81e11ecf30b5888 Mon Sep 17 00:00:00 2001 From: Chris Pacejo Date: Sat, 23 Nov 2024 21:17:45 -0500 Subject: [PATCH] fix bug introduced in Model::set_iflem by multistop changes (ed0e4f3) --- source/model.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/model.cc b/source/model.cc index 9165564..70f5ce1 100644 --- a/source/model.cc +++ b/source/model.cc @@ -643,7 +643,7 @@ void Model::set_ifelm (int g, int i, int m) ++a; } #else - _qcomm->write (0, s ? I->_action0 : I->_action0); + _qcomm->write (0, s ? I->_action1 : I->_action0); _qcomm->write_commit (1); send_event (TO_IFACE, new M_ifc_ifelm (MT_IFC_ELCLR + s, g, i)); #endif