aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/xen-stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/arm/xen-stubs.c')
-rw-r--r--hw/arm/xen-stubs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm/xen-stubs.c b/hw/arm/xen-stubs.c
index 5551584..6a83043 100644
--- a/hw/arm/xen-stubs.c
+++ b/hw/arm/xen-stubs.c
@@ -14,7 +14,6 @@
void arch_handle_ioreq(XenIOState *state, ioreq_t *req)
{
hw_error("Invalid ioreq type 0x%x\n", req->type);
- return;
}
void arch_xen_set_memory(XenIOState *state, MemoryRegionSection *section,