Add P_VMSPACE.

This commit is contained in:
mycroft 1994-04-05 08:00:21 +00:00
parent e6afef6b33
commit 8baa13db22
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ main()
def("P_RLINK", &p->p_rlink);
def("P_STAT", &p->p_stat);
def("P_WCHAN", &p->p_wchan);
def("P_VMSPACE", &p->p_vmspace);
def("V_TRAP", &vm->v_trap);
def("V_INTR", &vm->v_intr);