VirtualBox

Changeset 40907 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Apr 13, 2012 8:50:14 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77458
Message:

Working on tracking IRQs for tracing and logging purposes.

Location:
trunk/src/recompiler
Files:
2 edited

Legend:

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

    r40829 r40907  
    763763    { REMPARMDESC_FLAGS_INT,        sizeof(PVM),                NULL },
    764764    { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t),            NULL },
    765     { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t),            NULL }
     765    { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t),            NULL },
     766    { REMPARMDESC_FLAGS_INT,        sizeof(uint32_t),           NULL }
    766767};
    767768static const REMPARMDESC g_aArgsPDMR3CritSectInit[] =
  • trunk/src/recompiler/VBoxRecompiler.c

    r40282 r40907  
    44524452void cpu_set_ferr(CPUX86State *env)
    44534453{
    4454     int rc = PDMIsaSetIrq(env->pVM, 13, 1);
     4454    int rc = PDMIsaSetIrq(env->pVM, 13, 1, 0 /*uTagSrc*/);
    44554455    LogFlow(("cpu_set_ferr: rc=%d\n", rc)); NOREF(rc);
    44564456}
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