summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-19 13:31:46 -0400
committerAnthony Green <green@moxielogic.com>2022-09-19 13:31:46 -0400
commit84817695eab13c282436fca278bde2384ca955e5 (patch)
tree61a25a060af6ad44ed637f75df5871c9e28ea4b0 /README.md
parent53338d2bbf547682b2461a6e4199276e24ec5c85 (diff)
downloadlibffi-84817695eab13c282436fca278bde2384ca955e5.tar.gz
Fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6c0bf60..7a2ea00 100644
--- a/README.md
+++ b/README.md
@@ -200,7 +200,7 @@ See the git log for details at http://github.com/libffi/libffi.
3.4.3 Sep-19-22
All struct args are passed by value, regardless of size, as per ABIs.
Enable static trampolines for Cygwin.
- Add support for Loongson's LoonArch64 architecture.
+ Add support for Loongson's LoongArch64 architecture.
Fix x32 static trampolines.
Fix 32-bit x86 stdcall stack corruption.
Fix ILP32 aarch64 support.