diff --git a/lib/Support/Windows/Process.inc b/lib/Support/Windows/Process.inc index 789ae7ddcea..ad9412852f1 100644 --- a/lib/Support/Windows/Process.inc +++ b/lib/Support/Windows/Process.inc @@ -116,7 +116,7 @@ void Process::GetTimeUsage(TimeValue &elapsed, TimeValue &user_time, return; user_time = getTimeValueFromFILETIME(UserTime); - sys_time = getTimeValueFromFILETIME(SystemTime); + sys_time = getTimeValueFromFILETIME(KernelTime); } int Process::GetCurrentUserId()