- add preprocessor tricks that undefine the OUT symbol if it's already
been defined elsewhere. This had to be done in the old pit as well, so it's not a new problem by any means.
This commit is contained in:
parent
69ca4e2a9d
commit
a4ca526eee
@ -29,6 +29,10 @@
|
||||
#include "pit82c54.h"
|
||||
#define LOG_THIS this->
|
||||
|
||||
#ifdef OUT
|
||||
#undef OUT
|
||||
#endif
|
||||
|
||||
void pit_82C54::print_counter(counter_type & thisctr) {
|
||||
#if 0
|
||||
BX_INFO(("Printing Counter"));
|
||||
|
Loading…
Reference in New Issue
Block a user