mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 07:47:22 +08:00
12 lines
254 B
Diff
12 lines
254 B
Diff
--- tvtime/src/cpu_accel.c
|
|
+++ tvtime/src/cpu_accel.c
|
|
@@ -35,7 +35,7 @@
|
|
int AMD;
|
|
uint32_t caps;
|
|
|
|
-#ifndef PIC
|
|
+#if !defined(__PIC__) || defined(__x86_64__)
|
|
#define cpuid(op,eax,ebx,ecx,edx) \
|
|
__asm__ ("cpuid" \
|
|
: "=a" (eax), \
|