~ubuntu-branches/ubuntu/edgy/xorg-server/edgy-updates

« back to all changes in this revision

Viewing changes to hw/xfree86/x86emu/ops2.c

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-25 20:06:28 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060725200628-gjmmd9gxfxdc4ejs
Tags: 1:1.1.1-0ubuntu1
* New Upstream version
* Changed Build-Depends from mesa-swrast-source to mesa-swx11-source,
  following Debian package nomenclature
* Re-did 12_security_policy_in_etc.diff for 1.1.1
* Dropped 15_security_allocate_local.diff (applied upstream)
* Dropped 16_SECURITY_setuid.diff (applied upstream)
* Dropped 000_ubuntu_fix_read_kernel_mapping.patch (applied upstream)
* Dropped 002_ubuntu_fix_for_certain_intel_chipsets.patch (applied upstream)
* Updated versioned Build-Depends on mesa-swx11-source to version
  6.5.0.cvs.20060725-0ubuntu1
* Added arrayobj.c, arrayobj.h, bitset.h & rbadaptors.h to
  GL/symlink-mesa.sh (linked from mesa-swx11-source)
* Added arrayobj.c to default build target on GL/mesa/main

Show diffs side-by-side

added added

removed removed

Lines of Context:
699
699
    END_OF_INSTR();
700
700
}
701
701
 
702
 
#if 0
703
702
/****************************************************************************
704
703
REMARKS:
705
 
Handles opcode 0x0f,0xaa
 
704
Handles opcode 0x0f,0xab
706
705
****************************************************************************/
707
706
static void x86emuOp2_bts_R(u8 X86EMU_UNUSED(op2))
708
707
{
838
837
    DECODE_CLEAR_SEGOVR();
839
838
    END_OF_INSTR();
840
839
}
841
 
#endif
842
840
 
843
841
/****************************************************************************
844
842
REMARKS:
2711
2709
/*  0xa8 */ x86emuOp2_push_GS,
2712
2710
/*  0xa9 */ x86emuOp2_pop_GS,
2713
2711
/*  0xaa */ x86emuOp2_illegal_op,
2714
 
/*  0xab */ x86emuOp2_bt_R,
 
2712
/*  0xab */ x86emuOp2_bts_R,
2715
2713
/*  0xac */ x86emuOp2_shrd_IMM,
2716
2714
/*  0xad */ x86emuOp2_shrd_CL,
2717
2715
/*  0xae */ x86emuOp2_illegal_op,