We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3677e74 commit 6ce5946Copy full SHA for 6ce5946
1 file changed
src/emulator.c
@@ -693,7 +693,7 @@ typedef struct {
693
694
const size_t s_emulator_state_size = sizeof(EmulatorState);
695
#ifdef RGBDS_LIVE
696
-#ifndef BREAKPOINTS_MAX_BANKS_NUMBER 1
+#ifndef BREAKPOINTS_MAX_BANKS_NUMBER
697
#define BREAKPOINTS_MAX_BANKS_NUMBER 1
698
#endif
699
typedef uint32_t breakpoints_type;
@@ -4665,7 +4665,7 @@ static inline uint32_t emulator_get_banked_PC_inline(Emulator *e) {
4665
}
4666
return pc;
4667
#else
4668
- return REG.PC
+ return REG.PC;
4669
4670
4671
0 commit comments