Commit f88add14e40de398706c732e578620e8106062c7

Ole André Vadla Ravnås 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>