[Bug 833] - Add support for inferior function calls
http://bugs.winehq.com/show_bug.cgi?id=833 pouech(a)winehq.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs(a)winehq.com |pouech(a)winehq.com Status|NEW |ASSIGNED ------- Additional Comments From pouech(a)winehq.com 2003-01-08 14:40 ------- I already planned to implement it. Among the difficulties to deal with: - creation of the calling stack (we could use the program's own stack, but that could be risky) - there's no information in current stabs format whether a function is stdcall or cdecl, which could of course generate some bad bad bad results ;-) (we could try to infer it from some other bits... function prolog/epilog for example) DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://bugs.winehq.com/show_bug.cgi?id=833>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
participants (1)
-
wine-bugs@winehq.com