Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89811
Collapse All | Expand All

(-)tvtime-0.99/src/cpu_accel.c.orig (-1 / +1 lines)
Lines 35-41 Link Here
35
    int AMD;
35
    int AMD;
36
    uint32_t caps;
36
    uint32_t caps;
37
37
38
#ifndef PIC
38
#if !defined(PIC) && !defined(__PIC__)
39
#define cpuid(op,eax,ebx,ecx,edx)	\
39
#define cpuid(op,eax,ebx,ecx,edx)	\
40
    __asm__ ("cpuid"			\
40
    __asm__ ("cpuid"			\
41
	     : "=a" (eax),		\
41
	     : "=a" (eax),		\

Return to bug 89811