VirtualBox

Changeset 27254 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Mar 10, 2010 3:03:11 PM (15 years ago)
Author:
vboxsync
Message:

HPET: correct interrupts delivery

Location:
trunk/src/recompiler
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxREMWrapper.cpp

    r27139 r27254  
    754754    { REMPARMDESC_FLAGS_INT,        sizeof(PVM),                NULL },
    755755    { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t),            NULL },
    756     { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t),            NULL },
    757     { REMPARMDESC_FLAGS_INT,        sizeof(bool),               NULL }
     756    { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t),            NULL }
    758757};
    759758static const REMPARMDESC g_aArgsPDMR3CritSectInit[] =
  • trunk/src/recompiler/VBoxRecompiler.c

    r26939 r27254  
    41224122void cpu_set_ferr(CPUX86State *env)
    41234123{
    4124     int rc = PDMIsaSetIrq(env->pVM, 13, 1, true);
     4124    int rc = PDMIsaSetIrq(env->pVM, 13, 1);
    41254125    LogFlow(("cpu_set_ferr: rc=%d\n", rc)); NOREF(rc);
    41264126}
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