Mention MSVC runtime stack checking improvement
authorAnthony Green <green@moxielogic.com>
Wed, 24 Mar 2021 11:07:53 +0000 (07:07 -0400)
committerAnthony Green <green@moxielogic.com>
Wed, 24 Mar 2021 11:07:53 +0000 (07:07 -0400)
README.md

index 6a79c5890a823b9a32353897cd9b7d4596698fbf..a412191a6cc74fea47dad110d0082a1d432d6787 100644 (file)
--- a/README.md
+++ b/README.md
@@ -207,6 +207,7 @@ See the git log for details at http://github.com/libffi/libffi.
         Fix 32-bit PPC regression.
         Fix MIPS soft-float problem.
         Enable tmpdir override with the $LIBFFI_TMPDIR environment variable.
+        Enable compatibility with MSVC runtime stack checking.
         Reject float and small integer argument in ffi_prep_cif_var().
           Callers must promote these types themselves.