Skip to content

Commit 25b9e2d

Browse files
committed
fixing ifndef error
1 parent 3677e74 commit 25b9e2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ typedef struct {
693693

694694
const size_t s_emulator_state_size = sizeof(EmulatorState);
695695
#ifdef RGBDS_LIVE
696-
#ifndef BREAKPOINTS_MAX_BANKS_NUMBER 1
696+
#ifndef BREAKPOINTS_MAX_BANKS_NUMBER
697697
#define BREAKPOINTS_MAX_BANKS_NUMBER 1
698698
#endif
699699
typedef uint32_t breakpoints_type;

0 commit comments

Comments
 (0)