shithub: riscv

Download patch

ref: cb1555c7d741fa482c339aa9ac8a44753e2ad296
parent: bdc1b187c45dbaeaa7dadce4d7999d9d550ec78f
author: cinap_lenrek <[email protected]>
date: Thu Jan 12 16:11:34 EST 2017

sgi: change definition of tas() to take void* like the rest

--- a/sys/src/9/sgi/fns.h
+++ b/sys/src/9/sgi/fns.h
@@ -50,7 +50,7 @@
 void	setwired(ulong);
 ulong	stlbhash(ulong);
 void	syscall(Ureg*);
-int	tas(ulong*);
+int	tas(void*);
 void	tlbinit(void);
 ulong	tlbvirt(void);
 void	touser(void*);