VirtualBox

Changeset 4986 in vbox for trunk/src


Ignore:
Timestamp:
Sep 24, 2007 2:32:58 AM (17 years ago)
Author:
vboxsync
Message:

work around a nocrt build problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r4877 r4986  
    25512551 * @param   pvCopy      Pointer to the ROM copy.
    25522552 * @param   fShadow     Whether it's currently writable shadow ROM or normal readonly ROM.
    2553  *                      This function will be called when ever the protection of the 
     2553 *                      This function will be called when ever the protection of the
    25542554 *                      shadow ROM changes (at reset and end of POST).
    25552555 */
     
    34263426        unsigned        off = 0;
    34273427        char            szOutput[256];
    3428         DISCPUSTATE     Cpu = {0};
     3428        DISCPUSTATE     Cpu;
     3429
     3430        memset(&Cpu, 0, sizeof(Cpu));
    34293431        Cpu.mode = CPUMODE_32BIT;
    34303432
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