diff options
Diffstat (limited to 'mknes_cpu_opcodes.c')
| -rw-r--r-- | mknes_cpu_opcodes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mknes_cpu_opcodes.c b/mknes_cpu_opcodes.c index b2fafd5..6b67f77 100644 --- a/mknes_cpu_opcodes.c +++ b/mknes_cpu_opcodes.c @@ -1758,6 +1758,7 @@ static void opcode_ror_absx(struct nes_state *state) { // SBC +__attribute__((hot, always_inline)) static inline void sbc(struct cpu_state * restrict cpu, uint8_t value) { #ifdef ENABLE_DECIMAL_MODE if(cpu->d) { |
