_vcomp_fork stack frame puzzle

Dan Kegel dank at kegel.com
Fri Aug 10 11:08:26 CDT 2012


Yeah, it might be as simple as
_vcomp_vfork  proc
  add sp,4   ; skip parallel flag and arg count
  ret           ; jump to helper function, leaving its args on stack

or something like that.



More information about the wine-devel mailing list