• Show log

    Commit

  • Hash : f88add14
    Author : Ole André Vadla Ravnås
    Date : 2021-03-24T12:04:51

    x86: Fix MSVC runtime checks interop (#612) MSVC can add runtime code that checks if a stack frame is mismanaged, however our custom assembly deliberately accesses and modifies the parent stack frame. Fortunately we can disable that specific check for the function call so do that. Co-authored-by: Matthew Waters <matthew@centricular.com>