target-i386: Drop unused setscalar() macro
It was only used by now removed setfeatures() function. Suggested-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
c04321b368
commit
473955e5c3
@ -1393,18 +1393,6 @@ int cpu_x86_register(X86CPU *cpu, const char *cpu_model)
|
||||
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
|
||||
/* interpret radix and convert from string to arbitrary scalar,
|
||||
* otherwise flag failure
|
||||
*/
|
||||
#define setscalar(pval, str, perr) \
|
||||
{ \
|
||||
char *pend; \
|
||||
unsigned long ul; \
|
||||
\
|
||||
ul = strtoul(str, &pend, 0); \
|
||||
*str && !*pend ? (*pval = ul) : (*perr = 1); \
|
||||
}
|
||||
|
||||
void cpu_clear_apic_feature(CPUX86State *env)
|
||||
{
|
||||
env->cpuid_features &= ~CPUID_APIC;
|
||||
|
Loading…
Reference in New Issue
Block a user