VirtualBox

Changeset 2011 in vbox


Ignore:
Timestamp:
Apr 10, 2007 2:43:56 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20299
Message:

Ported back new recompiler save/restore changes.

File:
1 edited

Legend:

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

    r1944 r2011  
    441441
    442442    /* Remember if we've entered raw mode (vital for ring 1 checks in e.g. iret emulation). */
    443     SSMR3PutBool(pSSM, !!(pRem->Env.state & CPU_RAW_RING0));
     443    SSMR3PutUInt(pSSM, !!(pRem->Env.state & CPU_RAW_RING0));
    444444
    445445    /*
     
    468468{
    469469    uint32_t u32Dummy;
    470     bool    fRawRing0 = false;
     470    uint32_t fRawRing0 = false;
    471471
    472472    LogFlow(("remR3Load:\n"));
     
    513513
    514514    /* Remember if we've entered raw mode (vital for ring 1 checks in e.g. iret emulation). */
    515     SSMR3GetBool(pSSM, &fRawRing0);
     515    SSMR3GetUInt(pSSM, &fRawRing0);
    516516    if (fRawRing0)
    517517        pRem->Env.state |= CPU_RAW_RING0;
Note: See TracChangeset for help on using the changeset viewer.

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