diff options
Diffstat (limited to 'hw/cdrom.c')
-rw-r--r-- | hw/cdrom.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/cdrom.c b/hw/cdrom.c index 2aa4d3b25..87427a5a2 100644 --- a/hw/cdrom.c +++ b/hw/cdrom.c @@ -153,5 +153,3 @@ int cdrom_read_toc_raw(int nb_sectors, uint8_t *buf, int msf, int session_num) cpu_to_be16wu((uint16_t *)buf, len - 2); return len; } - - |