[BTRFS] Use addressing relative to RIP

This commit is contained in:
Jérôme Gardou 2021-04-21 19:46:30 +02:00 committed by Jérôme Gardou
parent 0eea78648c
commit 6f000979eb

View file

@ -45,7 +45,7 @@ mov r10b, byte ptr [rdx]
xor al, r10b
and rax, 255
shl rax, 2
mov r10, offset crctable
lea r10, [rip+crctable]
mov eax, dword ptr [r10 + rax]
xor rax, rcx