Enhance call32() to pass a parameter to called function.
authorKevin O'Connor <kevin@koconnor.net>
Thu, 25 Nov 2010 14:17:31 +0000 (09:17 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 25 Nov 2010 14:17:31 +0000 (09:17 -0500)
commitaf9629be3aeb3952ff432cf009394f10727ee0e8
tree50cec3936fc2765dbe236c29d262cb46ae0ca5f6
parent4057f9847e94147aaa9799b92ba4561506333a57
Enhance call32() to pass a parameter to called function.

Support passing a parameter to the 32bit function, as well as
returning the result of the function back to the 16bit code.

Also, make call32 available outside of stacks.c.
src/stacks.c
src/util.h