summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/9/sgi/fns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/sgi/fns.h b/sys/src/9/sgi/fns.h
index 5cf2eee64..dc6902d15 100644
--- a/sys/src/9/sgi/fns.h
+++ b/sys/src/9/sgi/fns.h
@@ -50,7 +50,7 @@ void setpagemask(ulong);
void setwired(ulong);
ulong stlbhash(ulong);
void syscall(Ureg*);
-int tas(ulong*);
+int tas(void*);
void tlbinit(void);
ulong tlbvirt(void);
void touser(void*);