Searched defs:remR3DisasEnableStepping (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A DVBoxRecompiler.c3940 static DECLCALLBACK(int) remR3DisasEnableStepping(PVM pVM, bool fEnable) function
3942 LogFlow(("remR3DisasEnableStepping: fEnable=%d\n", fEnable));
3969 return remR3DisasEnableStepping(pVM, fEnable);
3971 rc = VMR3ReqPriorityCallWait(pVM, VMCPUID_ANY, (PFNRT)remR3DisasEnableStepping, 2, pVM, fEnable);

Completed in 44 milliseconds