Skip to content

Commit

Permalink
fix log_debug call
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45295 379a1393-f5fb-40a0-bcee-ef074d9b53f7
  • Loading branch information
mrdudz committed Aug 11, 2024
1 parent 25ab797 commit 0fd4f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vice/src/parallel/parallel.c
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ void parallel_clr_ndac(uint8_t mask)
#ifdef DEBUG
#define PARALLEL_DEBUG_SET_BUS(type) \
if (debug.ieee) { \
log_debug(# type "_set_bus(%02x) -> %02x (%02x)", \
log_debug(LOG_DEFAULT, # type "_set_bus(%02x) -> %02x (%02x)", \
(unsigned int)b, parallel_bus, ~parallel_bus & 0xffu); \
}
#else
Expand Down

0 comments on commit 0fd4f21

Please sign in to comment.