mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:23:13 +00:00
- Fix DBG=0 build
svn path=/trunk/; revision=29396
This commit is contained in:
parent
9fe1e6e1d3
commit
a6b4148654
1 changed files with 1 additions and 1 deletions
|
@ -2971,7 +2971,7 @@ AtapiCallBack__(
|
||||||
goto ReturnCallback;
|
goto ReturnCallback;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if DBG
|
#ifdef DBG
|
||||||
if (!IS_RDP((srb->Cdb[0]))) {
|
if (!IS_RDP((srb->Cdb[0]))) {
|
||||||
KdPrint2((PRINT_PREFIX "AtapiCallBack: Invalid CDB marked as RDP - %#x\n", srb->Cdb[0]));
|
KdPrint2((PRINT_PREFIX "AtapiCallBack: Invalid CDB marked as RDP - %#x\n", srb->Cdb[0]));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue