diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2015-02-15 16:06:06 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2015-02-15 16:06:06 +0000 |
commit | c95f6f117a665bc6d3d64ae8703459759973f63f (patch) | |
tree | 21df380c373960c77b8bb19eb415578f1556c953 /lib/wrappers/libffi/msvc | |
parent | d8c4c576372f63219b90203a71855c93a10ddda3 (diff) | |
download | Nim-c95f6f117a665bc6d3d64ae8703459759973f63f.tar.gz |
Fix typos
Diffstat (limited to 'lib/wrappers/libffi/msvc')
-rw-r--r-- | lib/wrappers/libffi/msvc/win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wrappers/libffi/msvc/win32.c b/lib/wrappers/libffi/msvc/win32.c index d1149a85e..2754fd35d 100644 --- a/lib/wrappers/libffi/msvc/win32.c +++ b/lib/wrappers/libffi/msvc/win32.c @@ -90,7 +90,7 @@ noclean: // If the return value pointer is NULL, assume no return value. /* - Intel asm is weird. We have to explicitely specify 'DWORD PTR' in the nexr instruction, + Intel asm is weird. We have to explicitly specify 'DWORD PTR' in the nexr instruction, otherwise only one BYTE will be compared (instead of a DWORD)! */ cmp DWORD PTR [ebp + 24], 0 |