No more V_SWTCH.
This commit is contained in:
parent
ebe4e58802
commit
efa75ea465
|
@ -94,7 +94,6 @@ main()
|
||||||
|
|
||||||
def("V_TRAP", &vm->v_trap);
|
def("V_TRAP", &vm->v_trap);
|
||||||
def("V_INTR", &vm->v_intr);
|
def("V_INTR", &vm->v_intr);
|
||||||
def("V_SWTCH", &vm->v_swtch);
|
|
||||||
|
|
||||||
def("PCB_CR3", &pcb->pcb_tss.tss_cr3);
|
def("PCB_CR3", &pcb->pcb_tss.tss_cr3);
|
||||||
def("PCB_EBP", &pcb->pcb_tss.tss_ebp);
|
def("PCB_EBP", &pcb->pcb_tss.tss_ebp);
|
||||||
|
|
Loading…
Reference in New Issue