No more V_SWTCH.

This commit is contained in:
mycroft 1994-05-29 06:48:56 +00:00
parent ebe4e58802
commit efa75ea465
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ main()
def("V_TRAP", &vm->v_trap);
def("V_INTR", &vm->v_intr);
def("V_SWTCH", &vm->v_swtch);
def("PCB_CR3", &pcb->pcb_tss.tss_cr3);
def("PCB_EBP", &pcb->pcb_tss.tss_ebp);