Skip to content

Commit

Permalink
Release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelosousa committed Oct 19, 2018
1 parent 8baff05 commit 4ae293b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Executable poet
, vector
, hashtables
, language-c
, simplec
, simplec==1.0
, HUnit
, random
, hashable
Expand Down
2 changes: 1 addition & 1 deletion src/Frontend/PassTwo.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ assertWellFormed_1Global globals s =
Return _ _ -> error "assertWellFormed_1Global: return is disallowed!"
Label _ _ s -> sum (map (assertWellFormed_1Global globals) s)
Goto _ _ -> 0
_ -> error $ "assertWellFormed: unexpected instruction: " ++ show s
_ -> error $ "assertWellFormed: unexpected instruction: " -- ++ show s


allowedBinOp :: OpCode -> Bool
Expand Down

0 comments on commit 4ae293b

Please sign in to comment.