diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-25 16:31:23 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-25 16:31:23 +0200 |
commit | afa10fa556585d965e3a7d46c2fd5436d29cf3c6 (patch) | |
tree | 358191a988d0d23449d6a0381d3c1016048424f4 /robot | |
parent | 9cd83d662849fe72c83038a018107d9bbf5c2398 (diff) |
`make format`
Diffstat (limited to 'robot')
-rw-r--r-- | robot/hypervisor.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/robot/hypervisor.c b/robot/hypervisor.c index 0f754a3..c4e7aba 100644 --- a/robot/hypervisor.c +++ b/robot/hypervisor.c @@ -30,7 +30,8 @@ void w2_hypervisor_main() { if (DBG_ENABLE_CYCLEINFO) siminfo("cycle end\n"); if (!g_w2_sim_headless) usleep(100e3); - if (g_w2_sim_headless && DBG_MAX_CYCLES > -1 && g_w2_hypervisor_cycles > DBG_MAX_CYCLES) exit(0); + if (g_w2_sim_headless && DBG_MAX_CYCLES > -1 && g_w2_hypervisor_cycles > DBG_MAX_CYCLES) + exit(0); #endif g_w2_hypervisor_cycles++; |