diff options
Diffstat (limited to 'hw/slavio_misc.c')
-rw-r--r-- | hw/slavio_misc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/slavio_misc.c b/hw/slavio_misc.c index 2c383ca6ef..79d4018fab 100644 --- a/hw/slavio_misc.c +++ b/hw/slavio_misc.c @@ -446,8 +446,6 @@ void *slavio_misc_init(target_phys_addr_t base, target_phys_addr_t power_base, MiscState *s; s = qemu_mallocz(sizeof(MiscState)); - if (!s) - return NULL; if (base) { /* 8 bit registers */ |