Skip to content

Commit

Permalink
fix state names
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubfi committed Jun 19, 2024
1 parent 95578a1 commit bc17959
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ectl/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ const char *state_names[] = {
"RUN",
"STOP",
"WAIT",
"CLM",
"CLO",
"OFF",
"CYCLE",
"BIN",
"LOAD",
"STORE",
"FETCH",
"???"
};

Expand Down

0 comments on commit bc17959

Please sign in to comment.