mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Fix ITDEBUG macro.
Approved: jkh
This commit is contained in:
parent
14a3729325
commit
b6f774e39b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57217
@ -606,7 +606,7 @@ extern int isp_tdebug;
|
||||
#define ISP_TDQE(isp, msg, idx, arg) \
|
||||
if (isp_tdebug > 3) isp_print_qentry(isp, msg, idx, arg)
|
||||
|
||||
#define ITDEBUG(level, msg) if (level > isp_tdebug) PRINTF msg
|
||||
#define ITDEBUG(level, msg) if (isp_tdebug >= level) PRINTF msg
|
||||
|
||||
/*
|
||||
* The functions below are target mode functions that
|
||||
|
Loading…
Reference in New Issue
Block a user