mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fix infinite loop in PspDumpThreads
svn path=/trunk/; revision=34108
This commit is contained in:
@@ -78,10 +78,10 @@ PspDumpThreads(BOOLEAN IncludeSystem)
|
||||
/* Print a new line if there's nothing */
|
||||
if((i % 8) != 0) DbgPrint("\n");
|
||||
}
|
||||
}
|
||||
|
||||
/* Move to the next Thread */
|
||||
CurrentThread = CurrentThread->Flink;
|
||||
/* Move to the next Thread */
|
||||
CurrentThread = CurrentThread->Flink;
|
||||
}
|
||||
}
|
||||
|
||||
/* Move to the next Process */
|
||||
|
||||
Reference in New Issue
Block a user