mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 23:31:39 +00:00
Use "dbg_stream" rather than "stream" as a variable name in
DBG_AC_IF(), to avoid namespace collisions.
This commit is contained in:
parent
7d9267561b
commit
395c76e94d
@ -198,9 +198,9 @@ extern void dbg_hex_dump_da ( unsigned long dispaddr,
|
||||
union { \
|
||||
unsigned long ul; \
|
||||
typeof ( id ) raw; \
|
||||
} stream; \
|
||||
stream.raw = id; \
|
||||
dbg_autocolourise ( stream.ul ); \
|
||||
} dbg_stream; \
|
||||
dbg_stream.raw = id; \
|
||||
dbg_autocolourise ( dbg_stream.ul ); \
|
||||
} \
|
||||
} while ( 0 )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user