~ubuntu-branches/ubuntu/hardy/kvm/hardy-backports

« back to all changes in this revision

Viewing changes to qemu/target-i386/helper.c

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-01-03 10:39:25 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20080103103925-8480u7sq2646hvbh
Tags: 1:59+dfsg-0ubuntu1
* New upstream release
* Build with alsa support (cherry pick from 57+dfsg-2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1751
1751
        ECX = 0;
1752
1752
        EDX = 0;
1753
1753
        break;
 
1754
    case 0x8000000A:
 
1755
        EAX = 0x00000001;
 
1756
        EBX = 0;
 
1757
        ECX = 0;
 
1758
        EDX = 0;
 
1759
        break;
1754
1760
    default:
1755
1761
        /* reserved values: zero */
1756
1762
        EAX = 0;