mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Fix missung #undefs.
This commit is contained in:
@@ -1595,6 +1595,8 @@ template <class T, bool dtack_is_implicit, bool signal_will_perform> void Proces
|
|||||||
overflow_flag_ = carry_flag_ = 0;
|
overflow_flag_ = carry_flag_ = 0;
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
|
#undef sbcd
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Shifts and rotates.
|
Shifts and rotates.
|
||||||
*/
|
*/
|
||||||
@@ -1859,7 +1861,7 @@ template <class T, bool dtack_is_implicit, bool signal_will_perform> void Proces
|
|||||||
#undef set_flags_w
|
#undef set_flags_w
|
||||||
#undef set_flags_l
|
#undef set_flags_l
|
||||||
#undef set_neg_zero_overflow
|
#undef set_neg_zero_overflow
|
||||||
#undef set_net_zero
|
#undef set_neg_zero
|
||||||
|
|
||||||
/*
|
/*
|
||||||
RTE and RTR share an implementation.
|
RTE and RTR share an implementation.
|
||||||
|
Reference in New Issue
Block a user