summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2021-03-24 07:07:53 -0400
committerAnthony Green <green@moxielogic.com>2021-03-24 07:07:53 -0400
commite92c81a549924c80d70666ecbe5ed0c2fcd7963a (patch)
treea430cce0090661a0a7187776f8368d96d288e732 /README.md
parentf88add14e40de398706c732e578620e8106062c7 (diff)
downloadlibffi-e92c81a549924c80d70666ecbe5ed0c2fcd7963a.tar.gz
Mention MSVC runtime stack checking improvement
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6a79c58..a412191 100644
--- 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.