git-svn-id: http://skia.googlecode.com/svn/trunk@583 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@android.com 2010-06-24 21:04:23 +00:00
parent a40390c08b
commit 7925a1411f

View File

@ -53,7 +53,6 @@ static inline void getcpuid(int info_type, int info[4]) {
"popl %%ebx \n\t" "popl %%ebx \n\t"
: "=a"(info[0]), "=r"(info[1]), "=c"(info[2]), "=d"(info[3]) : "=a"(info[0]), "=r"(info[1]), "=c"(info[2]), "=d"(info[3])
: "a"(info_type) : "a"(info_type)
:
); );
} }
#endif #endif