mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-03 16:03:21 +00:00
[docs] Add missing semicolon to example.
This commit is contained in:
parent
97de0188dd
commit
e492f959e0
@ -214,7 +214,7 @@ For example:
|
||||
assert(ij_label & i_label); // ij_label has i_label
|
||||
assert(ij_label & j_label); // ij_label has j_label
|
||||
assert(!(ij_label & k_label)); // ij_label doesn't have k_label
|
||||
assert(ij_label == 3) // Verifies all of the above
|
||||
assert(ij_label == 3); // Verifies all of the above
|
||||
|
||||
dfsan_label ijk_label = dfsan_get_label(i + j + k);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user