Darwin/aarch64: Fix size_t assumptions

This commit is contained in:
Zachary Waldowski
2014-01-09 14:03:29 -05:00
parent 2c18e3c76a
commit 0a333d6c39
2 changed files with 9 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
extended_cif *),
struct call_context *context,
extended_cif *,
unsigned required_stack_size,
size_t required_stack_size,
void (*fn)(void));
Therefore on entry we have: