Skip to content

Commit

Permalink
Enable subtracting/comparing labels and other values
Browse files Browse the repository at this point in the history
  • Loading branch information
artkhyzha committed Sep 29, 2023
1 parent 1c97172 commit 2f258eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/symbValue.ml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ module
match v1,v2 with
| (Val (Tag _),Val (Tag _))
| (Val (Symbolic _),Val (Symbolic _))
| (Val (Label _),Val (Label _))
| (Val (Label _), Val _) | (Val _,Val (Label _))
| (Val (PteVal _),Val (PteVal _))
| (Val (Instruction _),Val (Instruction _))
->
Expand Down

0 comments on commit 2f258eb

Please sign in to comment.