Revision 4581cbcd

b/target-i386/op_helper.c
349 349
        new_segs[R_GS] = 0;
350 350
        new_trap = 0;
351 351
    }
352
    /* XXX: avoid a compiler warning, see
353
     http://support.amd.com/us/Processor_TechDocs/24593.pdf
354
     chapters 12.2.5 and 13.2.4 on how to implement TSS Trap bit */
355
    (void)new_trap;
352 356

  
353 357
    /* NOTE: we must avoid memory exceptions during the task switch,
354 358
       so we make dummy accesses before */

Also available in: Unified diff