Skip to content

Commit a223fd4

Browse files
[aslspec] fixed tick_loop_limit to match implementation
1 parent ffad269 commit a223fd4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

asllib/doc/asl.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10154,7 +10154,8 @@ semantics relation tick_loop_limit(v_opt: option(N)) -> (v_opt': option(N)) | TD
1015410154
}
1015510155

1015610156
case some_error {
10157-
v_opt =: some(zero);
10157+
v_opt =: some(v);
10158+
v <= zero;
1015810159
--
1015910160
DynamicError(DE_LE);
1016010161
}

0 commit comments

Comments
 (0)