Explorar o código

Fixed protocol mismatch

Yentl Van Tendeloo %!s(int64=8) %!d(string=hai) anos
pai
achega
10aab11e3f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      integration/code/fsa_semantics.alc

+ 1 - 1
integration/code/fsa_semantics.alc

@@ -161,7 +161,7 @@ Void function execute_fsa(design_model : Element):
 				running = False
 				output("PAUSED")
 
-		elif (cmd == "continue"):
+		elif (cmd == "simulate"):
 			// Continue simulation, so reset the value
 			if (bool_not(running)):
 				start_time = time() - simulation_time