mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
hw/pl190: Use LOG_UNIMP rather than hw_error()
Use LOG_UNIMP to report attempts to use the unimplemented test mode. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
+1
-1
@@ -199,7 +199,7 @@ static void pl190_write(void *opaque, hwaddr offset,
|
||||
break;
|
||||
case 0xc0: /* ITCR */
|
||||
if (val) {
|
||||
hw_error("pl190: Test mode not implemented\n");
|
||||
qemu_log_mask(LOG_UNIMP, "pl190: Test mode not implemented\n");
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user