mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-12 05:55:37 +00:00
parent
d65826a85d
commit
ac47053b2f
@ -709,7 +709,7 @@ class Vcpu_handler : public Vmm::Vcpu_dispatcher<pthread>
|
|||||||
/* load saved FPU state of EMT thread */
|
/* load saved FPU state of EMT thread */
|
||||||
fpu_load(reinterpret_cast<char *>(&_emt_fpu_state));
|
fpu_load(reinterpret_cast<char *>(&_emt_fpu_state));
|
||||||
|
|
||||||
// CPUMSetChangedFlags(pVCpu, CPUM_CHANGED_GLOBAL_TLB_FLUSH);
|
CPUMSetChangedFlags(pVCpu, CPUM_CHANGED_GLOBAL_TLB_FLUSH);
|
||||||
|
|
||||||
VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED);
|
VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user