projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b28c91e
)
Code formatting.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 18 Dec 2007 01:58:05 +0000
(
01:58
+0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 18 Dec 2007 01:58:05 +0000
(
01:58
+0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3837
c046a42c
-6fe2-441c-8c8c-
71466251a162
host-utils.h
patch
|
blob
|
history
diff --git
a/host-utils.h
b/host-utils.h
index
dafd032
..
0f77445
100644
(file)
--- a/
host-utils.h
+++ b/
host-utils.h
@@
-199,4
+199,4
@@
static always_inline int ctpop64 (uint64_t val)
val = (val & 0x00000000ffffffffULL) + ((val >> 32) & 0x00000000ffffffffULL);
return val;
-
}
+}