Skip to content
  • Moritz Angermann's avatar
    be3c5bc3
    [aarch64-darwin] be very careful of warnings. · be3c5bc3
    Moritz Angermann authored
    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 *.
    be3c5bc3
    [aarch64-darwin] be very careful of warnings.
    Moritz Angermann authored
    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 *.
Loading