generic: Add missing uarch guard
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
a35c80cc10
commit
20cfafa109
@ -390,7 +390,8 @@ void Arch::unbindWire(WireId wire)
|
||||
refreshUiPip(pip);
|
||||
}
|
||||
|
||||
uarch->notifyWireChange(wire, nullptr);
|
||||
if (uarch)
|
||||
uarch->notifyWireChange(wire, nullptr);
|
||||
net_wires.erase(wire);
|
||||
wire_info(wire).bound_net = nullptr;
|
||||
refreshUiWire(wire);
|
||||
|
Loading…
Reference in New Issue
Block a user