commit | af9629be3aeb3952ff432cf009394f10727ee0e8 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Thu Nov 25 09:17:31 2010 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu Nov 25 09:17:31 2010 -0500 |
tree | 50cec3936fc2765dbe236c29d262cb46ae0ca5f6 | |
parent | 4057f9847e94147aaa9799b92ba4561506333a57 [diff] |
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.