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

Enable varargs support for calling conventions other than C or cdecl #97971

Merged
merged 3 commits into from
Oct 31, 2022

Commits on Oct 23, 2022

  1. Enable varargs support for calling conventions other than C or cdecl

    This patch makes it possible to use varargs for calling conventions,
    which are either based on C (like efiapi) or C is based
    on them (for example sysv64 and win64).
    Soveu authored and jackh726 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    ba847ca View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Use ticks around abis.
    
    Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>
    jackh726 and estebank committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    65ef625 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de78c32 View commit details
    Browse the repository at this point in the history