Skip to content

Commit ed006c2

Browse files
committed
add sysCall_suspended()
1 parent c061114 commit ed006c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Property explorer.lua

+5
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ function sysCall_afterInstanceSwitch()
6262
sysCall_selChange {sel = sim.getObjectSel()}
6363
end
6464

65+
function sysCall_suspended()
66+
if leaveNow then return {cmd = 'cleanup'} end
67+
checkTargetChanged()
68+
end
69+
6570
function sysCall_nonSimulation()
6671
if leaveNow then return {cmd = 'cleanup'} end
6772
checkTargetChanged()

0 commit comments

Comments
 (0)