projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0319888
)
Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.
author
Chandler Carruth
<chandlerc@gmail.com>
Fri, 4 Jan 2013 23:46:04 +0000
(23:46 +0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Fri, 4 Jan 2013 23:46:04 +0000
(23:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171559
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/Windows/Process.inc
patch
|
blob
|
history
diff --git
a/lib/Support/Windows/Process.inc
b/lib/Support/Windows/Process.inc
index 789ae7ddcea7fadd9fc65f6924539fbd067a60d5..ad9412852f101f6d8b8ab48a990eea721e44a318 100644
(file)
--- 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(
System
Time);
+ sys_time = getTimeValueFromFILETIME(
Kernel
Time);
}
int Process::GetCurrentUserId()