Skip to content
Snippets Groups Projects
Commit 07eb94e2 authored by buehlera's avatar buehlera
Browse files

changed subroutineBlock toSim from void to SimCode

parent 5b04ba0d
No related branches found
No related tags found
No related merge requests found
...@@ -61,5 +61,6 @@ public class SubroutineBlock extends TranslatorBlock ...@@ -61,5 +61,6 @@ public class SubroutineBlock extends TranslatorBlock
System.out.println("Add new Function"); System.out.println("Add new Function");
sim.addFunctionsCode(func); sim.addFunctionsCode(func);
return null; return null;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment