Skip to content

Commit

Permalink
Add bug number to FIXME comment.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248235 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
nico committed Sep 22, 2015
1 parent b260a69 commit c778dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Headers/ms-intrin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c778dba

Please sign in to comment.