vmx: fix build on non-x86 architectures (switch vlong)
This commit is contained in:
parent
a9dd55c2ff
commit
b5a6dc7849
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ srvread(Req *r)
|
|||
{
|
||||
int rc;
|
||||
|
||||
switch(r->fid->qid.path){
|
||||
switch((int)r->fid->qid.path){
|
||||
case Qregs:
|
||||
rc = pread(regsfd, r->ofcall.data, r->ifcall.count, r->ifcall.offset);
|
||||
if(rc < 0)
|
||||
|
|
Loading…
Reference in a new issue