MIPS_CPU_SEGMENTS
#define cpu_guest_has_segments (cpu_data[0].guest.options & MIPS_CPU_SEGMENTS)
#define cpu_has_segments __opt(MIPS_CPU_SEGMENTS)
c->options |= MIPS_CPU_SEGMENTS;
c->guest.options |= MIPS_CPU_SEGMENTS;