Skip to content

Commit

Permalink
Merge pull request #12 from jeehoonkang/master
Browse files Browse the repository at this point in the history
Fix the example in the README.
  • Loading branch information
chambart committed Mar 10, 2015
2 parents 34e0b70 + bd49027 commit 6d4ea09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let _ =
(* variables declaration *)
let (m, x0) =
M.local m T.i1 "" in
let (m, [x1; x2; x3; arg]) =
let (m, [x1; x2; x3; x4]) =
M.locals m T.i32 [""; ""; ""; ""] in
let (m, [entry_b; then_b; else_b]) =
M.locals m T.label ["entry"; "then"; "else" ] in
Expand Down

0 comments on commit 6d4ea09

Please sign in to comment.