diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-06-09 09:36:43 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-06-09 09:36:43 +0000 |
| commit | 7e00430948d8af545f880e82bb30cd3ee50deb04 (patch) | |
| tree | e6068e90da61e0237ac5c5badad2dfb529b2584e /lib9/lock-Nt-386.c | |
| parent | deded166fd253a3a50a66f1a97cc215e47372472 (diff) | |
20080609-1035
Diffstat (limited to 'lib9/lock-Nt-386.c')
| -rw-r--r-- | lib9/lock-Nt-386.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib9/lock-Nt-386.c b/lib9/lock-Nt-386.c index 641907ef..f6004c35 100644 --- a/lib9/lock-Nt-386.c +++ b/lib9/lock-Nt-386.c @@ -1,9 +1,9 @@ #include "lib9.h" -ulong -_tas(ulong *la) +int +_tas(int *la) { - ulong v; + int v; _asm { mov eax, la |
