KVM: PPC: Pass enum to kvmppc_get_last_inst
[linux-2.6-microblaze.git] / arch / powerpc / kvm / powerpc.c
index ecf0575..c1f8f53 100644 (file)
@@ -294,7 +294,7 @@ int kvmppc_emulate_mmio(struct kvm_run *run, struct kvm_vcpu *vcpu)
        {
                u32 last_inst;
 
-               kvmppc_get_last_inst(vcpu, false, &last_inst);
+               kvmppc_get_last_inst(vcpu, INST_GENERIC, &last_inst);
                /* XXX Deliver Program interrupt to guest. */
                pr_emerg("%s: emulation failed (%08x)\n", __func__, last_inst);
                r = RESUME_HOST;