1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-03-11 04:42:20 +00:00

Update #undef list.

This commit is contained in:
Thomas Harte
2025-10-24 12:00:22 -04:00
parent b20d489bf0
commit 5dc00a2092

View File

@@ -511,13 +511,12 @@ void Processor<model, Traits>::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
}
}