diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-02-16 20:32:24 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-02-16 20:32:24 +0100 |
commit | a5f8f538a20aee0671ec6ec9edb6c650365e2222 (patch) | |
tree | 9230fde86a5673e056a520e08985b7dcad9e88d3 /lib/wrappers/libffi/msvc/win32.c | |
parent | 3fec9623d7487fff08c7ba100bae7fef0452a132 (diff) | |
parent | 657dca5c3b26a088ac291e06308d44d5e52c162f (diff) | |
download | Nim-a5f8f538a20aee0671ec6ec9edb6c650365e2222.tar.gz |
Merge pull request #2140 from FedericoCeratto/devel
Fix some typos
Diffstat (limited to 'lib/wrappers/libffi/msvc/win32.c')
-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 |