~bdrung/qemu-kvm/caps-lock-key-up-event

« back to all changes in this revision

Viewing changes to target-ppc/helper.c

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2010-08-10 08:51:54 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100810085154-ok0jzlkr75dplmc7
Tags: 0.12.5+noroms-0ubuntu1
* New upstream release
* Removed patch which is now upstream:
  0001-Fix-missing-symbols-in-.rel-.rela.plt-sections.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
2067
2067
    srr1 = SPR_SRR1;
2068
2068
    asrr0 = -1;
2069
2069
    asrr1 = -1;
2070
 
    msr &= ~((target_ulong)0x783F0000);
2071
2070
    switch (excp) {
2072
2071
    case POWERPC_EXCP_NONE:
2073
2072
        /* Should never happen */