mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
s390x: Fix debugging for unknown sigp order codes
On unknown sigp order codes we print a debug message. This patch fixes the output, since we want to see the order_code and not the register numbers. Patch applies on agraf tree. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
0f3301d406
commit
a74cdab44d
@ -377,7 +377,7 @@ static int handle_sigp(CPUState *env, struct kvm_run *run, uint8_t ipa1)
|
||||
r = s390_cpu_initial_reset(target_env);
|
||||
break;
|
||||
default:
|
||||
fprintf(stderr, "KVM: unknown SIGP: 0x%x\n", ipa1);
|
||||
fprintf(stderr, "KVM: unknown SIGP: 0x%x\n", order_code);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user