Skip to content

Commit

Permalink
fix:编译警告
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozingfiretruck committed Jul 26, 2024
1 parent 9e22cef commit e33acfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nes_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

typedef struct {
void (*instruction)(nes_t* nes); //instructions
const uint16_t (*addressing_mode)(nes_t* nes); //addressing_mode
uint16_t (*addressing_mode)(nes_t* nes); //addressing_mode
const uint8_t ticks;
} nes_opcode_t;

Expand Down

0 comments on commit e33acfb

Please sign in to comment.