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

This commit is contained in:
cinap_lenrek 2017-01-12 21:11:34 +01:00
parent bdc1b187c4
commit cb1555c7d7

View file

@ -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*);