Skip to content
  • Henrik Gramner's avatar
    x86: Avoid self-relative expressions on macho64 · df79067c
    Henrik Gramner authored
    Functions that uses self-relative expressions in the form of [foo-$$]
    appears to cause issues on 64-bit Mach-O systems when assembled with nasm.
    Temporarily disable those functions on macho64 for the time being until
    we've figured out the root cause.
    df79067c