Skip to content

Commit

Permalink
Merge pull request #3 from argp/master
Browse files Browse the repository at this point in the history
Fix for the `find_all_edges' compilation error
  • Loading branch information
pakt committed Jun 25, 2013
2 parents 1763d63 + 8bc8e9a commit efac593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bap-0.4/ocaml/cfg.ml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ struct
let mem_edge x = G'.mem_edge x.g
let mem_edge_e x = G'.mem_edge_e x.g
let find_edge x = G'.find_edge x.g
let find_all_edges x = G'.find_all_edges x.g
let succ x = G'.succ x.g
let pred x = G'.pred x.g
let succ_e x = G'.succ_e x.g
Expand Down

0 comments on commit efac593

Please sign in to comment.