Clear rax register, just in case

This commit is contained in:
apio 2022-09-18 15:24:16 +02:00
parent cbac61d184
commit 4921db7b97

View File

@ -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