Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpp.ansi, em_m2: fix crash (signal 11) on macOS. #316

Closed
wants to merge 2 commits into from

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    da2ba5e View commit details
    Browse the repository at this point in the history
  2. cpp.ansi, em_m2: include correct prototype for sprint( ).

    This is required when building for a macOS host on 64-bit ARM,
    since Apple's ARM64 ABI handles variable arguments in variadic
    functions differently from named arguments.
    tkchia committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    72d99f5 View commit details
    Browse the repository at this point in the history