Revision: 16378
Author: [email protected]
Date: Wed Aug 28 07:08:32 2013 UTC
Log: Cosmetic fix wrt to V8_INLINE usage in cpu.cc.
[email protected]
Review URL: https://codereview.chromium.org/23535003
http://code.google.com/p/v8/source/detail?r=16378
Modified:
/branches/bleeding_edge/src/cpu.cc
=======================================
--- /branches/bleeding_edge/src/cpu.cc Mon Aug 26 09:37:39 2013 UTC
+++ /branches/bleeding_edge/src/cpu.cc Wed Aug 28 07:08:32 2013 UTC
@@ -58,7 +58,7 @@
#else // !V8_CC_MSVC || (!defined(__i386__) && !defined(__pic__))
-static void V8_INLINE(__cpuid(int cpu_info[4], int info_type)) {
+static V8_INLINE(void __cpuid(int cpu_info[4], int info_type)) {
__asm__ volatile (
"cpuid \n\t"
: "=a"(cpu_info[0]), "=b"(cpu_info[1]), "=c"(cpu_info[2]),
"=d"(cpu_info[3])
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.