Commit 52c6fcb
committed
Only add assumption scope if not empty
The GOTO trace may contain instructions from the global scope (e.g.
assigning a value to a global variable). In such case, the scope should
be global, i.e. no assumption.scope as per the witness specification.
Signed-off-by: František Nečas <frantisek.necas@protonmail.com>1 parent 75b1e03 commit 52c6fcb
1 file changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
| 479 | + | |
484 | 480 | | |
485 | | - | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
486 | 490 | | |
487 | | - | |
488 | 491 | | |
489 | 492 | | |
490 | 493 | | |
| |||
0 commit comments