提交 3800af9e 编写于 作者: T ths

Code formatting.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3837 c046a42c-6fe2-441c-8c8c-71466251a162
上级 b28c91e6
......@@ -199,4 +199,4 @@ static always_inline int ctpop64 (uint64_t val)
val = (val & 0x00000000ffffffffULL) + ((val >> 32) & 0x00000000ffffffffULL);
return val;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册