Skip to content

Commit

Permalink
Put back cpu_step16 prototype
Browse files Browse the repository at this point in the history
I am a fucking idiot
  • Loading branch information
Theodore Dubois committed Jul 29, 2017
1 parent 27d5c85 commit c62fa40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emu/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
struct cpu_state;
void cpu_run(struct cpu_state *cpu);
int cpu_step32(struct cpu_state *cpu);
int cpu_step16(struct cpu_state *cpu);

union xmm_reg {
qword_t qw[2];
Expand Down

0 comments on commit c62fa40

Please sign in to comment.