Skip to content

Commit 5fc7704

Browse files
committed
feat: start the execution when the emulator starts
1 parent ac82f9b commit 5fc7704

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ceda.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ int ceda_run(void) {
131131
goto err;
132132
}
133133

134+
cpu_pause(false);
135+
134136
// main loop
135137
for (;;) {
136138
// poll all modules

0 commit comments

Comments
 (0)