- Timestamp:
- May 31, 2021 10:55:21 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/eltorito.c
r89384 r89392 483 483 cdemu->emulated_drive, cdemu->media, cdemu->ilba); 484 484 485 /* Now that we know El Torito emulation is in use, allocate buffer. */ 486 cdemu->ptr_unaligned = cdemu_bounce_buf_alloc() :> 0; 487 if (cdemu->ptr_unaligned == NULL) 488 return 13; 489 485 490 /* Read the disk image's boot sector into memory. */ 486 491 error = cdemu_read(device, 0, nbsectors, MK_FP(boot_segment,0)); 487 492 if (error != 0) 488 return 13;489 490 cdemu->ptr_unaligned = cdemu_bounce_buf_alloc() :> 0;491 if (cdemu->ptr_unaligned == NULL)492 493 return 14; 493 494
Note:
See TracChangeset
for help on using the changeset viewer.