diff options
author | aiju <devnull@localhost> | 2017-08-28 17:27:41 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2017-08-28 17:27:41 +0000 |
commit | e5d3aaf1aad275156a7c1bf747c9594ec285f8bf (patch) | |
tree | 72c8bb397ebc32fbb3e786a20a43db3dc4dad863 /sys/src/9/pc64/main.c | |
parent | 853049c3b9a3c84b6de4eaa5edab039c4d3df98c (diff) |
devvmx, vmx: lilu dallas multivm
Diffstat (limited to 'sys/src/9/pc64/main.c')
-rw-r--r-- | sys/src/9/pc64/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/9/pc64/main.c b/sys/src/9/pc64/main.c index bced67787..c3ac11383 100644 --- a/sys/src/9/pc64/main.c +++ b/sys/src/9/pc64/main.c @@ -624,6 +624,9 @@ procrestore(Proc *p) m->dr7 = p->dr[7]; putdr(p->dr); } + + if(p->vmx != nil) + vmxprocrestore(p); if(p->kp) return; |