reactos/sdk/lib/crt/misc/i386/readcr4.S

13 lines
91 B
ArmAsm

#include <asm.inc>
.code
PUBLIC ____readcr4
____readcr4:
mov eax, cr4
ret
END