custom message type for VM_QUERY_EXIT

This commit is contained in:
Ben Gras
2014-07-26 13:53:47 +02:00
committed by Lionel Sambuc
parent 01a50f57d8
commit 3c88d20cb5
4 changed files with 12 additions and 6 deletions

View File

@@ -22,8 +22,8 @@ vm_query_exit(int *endpt)
if (endpt == NULL)
return EFAULT;
*endpt = m.VM_QUERY_RET_PT;
return (m.VM_QUERY_IS_MORE ? 1 : 0);
*endpt = m.m_lsys_vm_query_exit.ret_pt;
return (m.m_lsys_vm_query_exit.is_more ? 1 : 0);
}
int