mirror of
https://github.com/overte-org/overte.git
synced 2025-07-28 20:31:39 +02:00
trying to bypass android error with output constraint
This commit is contained in:
parent
4f547040c0
commit
cb43a0efea
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ using namespace platform;
|
||||||
static void getLCpuId( uint32_t* p, uint32_t ax )
|
static void getLCpuId( uint32_t* p, uint32_t ax )
|
||||||
{
|
{
|
||||||
|
|
||||||
#ifdef Q_OS_LINUX
|
#if defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID)
|
||||||
__asm __volatile
|
__asm __volatile
|
||||||
( "movl %%ebx, %%esi\n\t"
|
( "movl %%ebx, %%esi\n\t"
|
||||||
"cpuid\n\t"
|
"cpuid\n\t"
|
||||||
|
|
Loading…
Reference in a new issue