diff options
Diffstat (limited to 'hw/esp.c')
| -rw-r--r-- | hw/esp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/esp.c b/hw/esp.c index c3dbae001f..aa1a76eabb 100644 --- a/hw/esp.c +++ b/hw/esp.c @@ -653,8 +653,6 @@ void *esp_init(target_phys_addr_t espaddr, int it_shift, int esp_io_memory; s = qemu_mallocz(sizeof(ESPState)); - if (!s) - return NULL; s->irq = irq; s->it_shift = it_shift; |