mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[NTOS]: STATUS_SUCCESS is not the only succesful return code.
svn path=/trunk/; revision=49785
This commit is contained in:
@@ -529,7 +529,7 @@ KiDataAbortHandler(IN PKTRAP_FRAME TrapFrame)
|
||||
Address,
|
||||
KiGetPreviousMode(TrapFrame),
|
||||
TrapFrame);
|
||||
if (Status == STATUS_SUCCESS) return Status;
|
||||
if (NT_SUCCESS(Status)) return Status;
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user