diff options
Diffstat (limited to 'hw/arm_sysctl.c')
-rw-r--r-- | hw/arm_sysctl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/arm_sysctl.c b/hw/arm_sysctl.c index ca668ca636..62222a1ab3 100644 --- a/hw/arm_sysctl.c +++ b/hw/arm_sysctl.c @@ -194,8 +194,6 @@ void arm_sysctl_init(uint32_t base, uint32_t sys_id) int iomemtype; s = (arm_sysctl_state *)qemu_mallocz(sizeof(arm_sysctl_state)); - if (!s) - return; s->sys_id = sys_id; /* The MPcore bootloader uses these flags to start secondary CPUs. We don't use a bootloader, so do this here. */ |