trying to bypass android error with output constraint

This commit is contained in:
amerhifi 2019-05-21 10:59:33 -07:00
parent 4f547040c0
commit cb43a0efea

View file

@ -15,7 +15,7 @@ using namespace platform;
static void getLCpuId( uint32_t* p, uint32_t ax )
{
#ifdef Q_OS_LINUX
#if defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID)
__asm __volatile
( "movl %%ebx, %%esi\n\t"
"cpuid\n\t"