diff options
Diffstat (limited to 'hw/sb16.c')
| -rw-r--r-- | hw/sb16.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/sb16.c b/hw/sb16.c index ad246ea3c9..14f3e3d252 100644 --- a/hw/sb16.c +++ b/hw/sb16.c @@ -1411,11 +1411,6 @@ int SB16_init (AudioState *audio, qemu_irq *pic) } s = qemu_mallocz (sizeof (*s)); - if (!s) { - dolog ("Could not allocate memory for SB16 (%zu bytes)\n", - sizeof (*s)); - return -1; - } s->cmd = -1; s->pic = pic; |