Add bug number to FIXME comment.

llvm-svn: 248235
This commit is contained in:
Nico Weber 2015-09-22 00:51:10 +00:00
parent 1f22a34409
commit 1c93cc6a79
1 changed files with 1 additions and 1 deletions

View File

@ -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);