forked from OSchip/llvm-project
parent
1f22a34409
commit
1c93cc6a79
|
@ -53,7 +53,7 @@ void f() {
|
|||
__readmsr(0);
|
||||
|
||||
// FIXME: Call these in 64-bit too once the intrinsics have been fixed to
|
||||
// work there.
|
||||
// work there, PR19301
|
||||
#ifndef _M_X64
|
||||
__readcr3();
|
||||
__writecr3(0);
|
||||
|
|
Loading…
Reference in New Issue