diff --git a/Processors/6502Mk2/Implementation/6502.hpp b/Processors/6502Mk2/Implementation/6502.hpp index 6c7cc33c8..4cb7fecd1 100644 --- a/Processors/6502Mk2/Implementation/6502.hpp +++ b/Processors/6502Mk2/Implementation/6502.hpp @@ -511,13 +511,12 @@ void Processor::run_for(const Cycles cycles) { goto fetch_decode; } - #undef perform #undef access_program #undef access - #undef restore_point - #undef line_label + #undef access_label #undef attach #undef join + #undef restore_point } }