summaryrefslogtreecommitdiff
path: root/Source/VCGeneration/VC.cs
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2015-01-26 23:42:31 +0100
committerGravatar wuestholz <unknown>2015-01-26 23:42:31 +0100
commit466cb430e1ae626a73a483bb29d450a196f2c592 (patch)
tree877a52cbd838ab26145dd5f5143505ed1249b125 /Source/VCGeneration/VC.cs
parent88acfa270c5d94547d62b1822c7e4abcd0ea640b (diff)
Fixed minor issue.
Diffstat (limited to 'Source/VCGeneration/VC.cs')
-rw-r--r--Source/VCGeneration/VC.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/VCGeneration/VC.cs b/Source/VCGeneration/VC.cs
index 45ce6a02..560f55b4 100644
--- a/Source/VCGeneration/VC.cs
+++ b/Source/VCGeneration/VC.cs
@@ -521,7 +521,7 @@ namespace VC {
readonly List<Block> big_blocks = new List<Block>();
readonly Dictionary<Block/*!*/, BlockStats/*!*/>/*!*/ stats = new Dictionary<Block/*!*/, BlockStats/*!*/>();
readonly int id;
- static int current_id;
+ static int current_id = -1;
Block split_block;
bool assert_to_assume;
List<Block/*!*/>/*!*/ assumized_branches = new List<Block/*!*/>();