summaryrefslogtreecommitdiff
path: root/lib9
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-06-09 09:36:43 +0000
committerCharles.Forsyth <devnull@localhost>2008-06-09 09:36:43 +0000
commit7e00430948d8af545f880e82bb30cd3ee50deb04 (patch)
treee6068e90da61e0237ac5c5badad2dfb529b2584e /lib9
parentdeded166fd253a3a50a66f1a97cc215e47372472 (diff)
20080609-1035
Diffstat (limited to 'lib9')
-rw-r--r--lib9/lock-Nt-386.c6
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