| Submitter | Alexander Graf |
|---|---|
| Date | May 1, 2012, 7:50 p.m. |
| Message ID | <1335901857-29799-8-git-send-email-agraf@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/156212/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/ppce500_spin.c b/hw/ppce500_spin.c index 95a2825..fddf219 100644 --- a/hw/ppce500_spin.c +++ b/hw/ppce500_spin.c @@ -179,7 +179,7 @@ static uint64_t spin_read(void *opaque, target_phys_addr_t addr, unsigned len) case 4: return ldl_p(spin_p); default: - assert(0); + hw_error("ppce500: unexpected %s with len = %u", __func__, len); } }