Home
last modified time | relevance | path

Searched refs:steps2go (Results 1 – 1 of 1) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/
H A Dptt.cc18 long int steps2go; member
41 long steps2go= args->steps2go, steps= steps2go; in sim_thread() local
46 if (steps2go > 0) in sim_thread()
50 printf("Sim: %s steps done\n", steps2go); in sim_thread()
52 else if (steps2go == 0) in sim_thread()
103 sargs.steps2go= steps; in start_simulation()