Edit

kc3-lang/libffi/src

Branch :

  • Show log

    Commit

  • Author : Ole André Vadla Ravnås
    Date : 2021-03-24 12:04:51
    Hash : f88add14
    Message : 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>