Skip to content
Snippets Groups Projects
Verified Commit be3c5bc3 authored by Moritz Angermann's avatar Moritz Angermann
Browse files

[aarch64-darwin] be very careful of warnings.

So we did *not* have the stgCallocBytes prototype, and subsequently
the C compiler defaulted to `int` as a return value. Thus generating
sxtw instructions for the return value of stgCalloBytes to produce
the expected void *.
parent cb200e06
No related branches found
No related tags found
No related merge requests found
#include "Rts.h"
#include "plt.h"
#include "RtsUtils.h"
#if defined(aarch64_HOST_ARCH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment