/[qemu]/qemu/hw/sb16.c
ViewVC logotype

Diff of /qemu/hw/sb16.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by bellard, Sat Nov 5 18:55:28 2005 UTC revision 1.18 by bellard, Thu Nov 10 23:59:38 2005 UTC
# Line 1364  int SB16_init (AudioState *audio) Line 1364  int SB16_init (AudioState *audio)
1364    
1365      s = qemu_mallocz (sizeof (*s));      s = qemu_mallocz (sizeof (*s));
1366      if (!s) {      if (!s) {
1367          dolog ("Could not allocate memory for SB16 (%d bytes)\n",          dolog ("Could not allocate memory for SB16 (%zu bytes)\n",
1368                 sizeof (*s));                 sizeof (*s));
1369          return -1;          return -1;
1370      }      }

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26