1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-06 13:31:55 +00:00

Correct #undef.

This commit is contained in:
Thomas Harte 2022-03-01 18:23:24 -05:00
parent d1148c4cab
commit 4b4135e35a

View File

@ -298,7 +298,7 @@ template <bool is_write, typename DataT> void DataPointerResolver<model, Registe
}
}
#undef ALLREGS
#undef read_or_write
#undef rw
}
}