VirtualBox

Changeset 26208 in vbox


Ignore:
Timestamp:
Feb 3, 2010 4:38:54 PM (15 years ago)
Author:
vboxsync
Message:

EFI: bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/DevEFI.cpp

    r26203 r26208  
    116116    /* Device properties string */
    117117    char*           pszDeviceProps;
    118    
     118
    119119    /* Virtual machine front side bus frequency */
    120120    uint64_t        u64FsbFrequency;
     
    211211            break;
    212212    }
    213    
     213
    214214    return *((uint8_t*)&value+pThis->iInfoPosition);
    215215}
     
    10001000        AssertRCReturn(rc, rc);
    10011001
    1002         size_t offFilename = strlen(pThis->pszEfiRomFile);
     1002        size_t offFilename = RTStrNLen(pThis->pszEfiRomFile, RTPATH_MAX);
    10031003        strcpy(pThis->pszEfiRomFile+offFilename, "/VBoxEFI32.fd");
    10041004        rc = VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette