mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:36:13 +00:00
[0.4.10] [CDFS_NEW] Mute continuable assertion to avoid CORE-14067
like in last release
(cherry picked from commit 51f9494d48
)
This commit is contained in:
parent
ff49458f27
commit
3daa0f2759
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ CdRaiseStatusEx (
|
||||||
DbgPrint( "CDFS: Contact CDFS.SYS component owner for triage.\n");
|
DbgPrint( "CDFS: Contact CDFS.SYS component owner for triage.\n");
|
||||||
DbgPrint( "CDFS: 'eb %p 0;eb %p 0' to disable this alert.\n", &CdTestRaisedStatus, &CdBreakOnAnyRaise);
|
DbgPrint( "CDFS: 'eb %p 0;eb %p 0' to disable this alert.\n", &CdTestRaisedStatus, &CdBreakOnAnyRaise);
|
||||||
|
|
||||||
NT_ASSERT(FALSE);
|
/* NT_ASSERT(FALSE); silenced to avoid CORE-14067 */
|
||||||
}
|
}
|
||||||
|
|
||||||
if (NormalizeStatus) {
|
if (NormalizeStatus) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue