mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:12:59 +00:00
[CRT]
- 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:
parent
1a4c47df9e
commit
0b8509a565
4 changed files with 38 additions and 5 deletions
|
@ -3,8 +3,8 @@
|
|||
|
||||
.code
|
||||
|
||||
PUBLIC ___readcr4
|
||||
___readcr4:
|
||||
PUBLIC ____readcr4
|
||||
____readcr4:
|
||||
mov eax, cr4
|
||||
ret
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue