From 5dc00a209239562b95a836222f48602fcfaf7996 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 24 Oct 2025 12:00:22 -0400 Subject: [PATCH] Update #undef list. --- Processors/6502Mk2/Implementation/6502.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 } }