Clear rax register, just in case
This commit is contained in:
parent
cbac61d184
commit
4921db7b97
@ -1,6 +1,7 @@
|
|||||||
global asm_test_rdseed
|
global asm_test_rdseed
|
||||||
|
|
||||||
asm_test_rdseed:
|
asm_test_rdseed:
|
||||||
|
xor rax, rax
|
||||||
mov eax, 7
|
mov eax, 7
|
||||||
mov ecx, 0
|
mov ecx, 0
|
||||||
cpuid
|
cpuid
|
||||||
|
Loading…
Reference in New Issue
Block a user