Skip to content
Snippets Groups Projects
Commit ab25e5bd authored by Hans-Peter Deifel's avatar Hans-Peter Deifel
Browse files

Add missing semicolon to fix compilation of mockup

parent cbe3a456
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ triggerInterrupts decision (Just ints) =
where triggerInterrupt (decision', int) =
"if (_decisionMaker("<> T.pack (show decision') <> ")) {\n" -- TODO
<> " Machine::trigger_interrupt_from_user(" <> T.pack (show int) <> ")\n"
<> " Machine::trigger_interrupt_from_user(" <> T.pack (show int) <> ");\n"
<> "}\n"
instrsToC :: [Instr] -> Text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment