- Use ___readcr4 instead of __readcr4, because MSVC doesn't like this intrinsic to be redefined.
- Add _ftol2

svn path=/branches/cmake-bringup/; revision=49679
This commit is contained in:
Timo Kreuzer 2010-11-21 09:36:26 +00:00
parent 1a4c47df9e
commit 0b8509a565
4 changed files with 38 additions and 5 deletions

View file

@ -3,8 +3,8 @@
.code
PUBLIC ___readcr4
___readcr4:
PUBLIC ____readcr4
____readcr4:
mov eax, cr4
ret