Fix README

This commit is contained in:
Jef
2019-03-21 13:52:57 +01:00
parent 624d5cc6ad
commit 103ae62095

View File

@@ -120,7 +120,7 @@ fib:
mov eax, dword ptr [rsp + 0x1c] mov eax, dword ptr [rsp + 0x1c]
cmp eax, 1 cmp eax, 1
ja .Lloop ja .Lloop
.Lreturn .Lreturn:
mov eax, dword ptr [rsp + 0x18] mov eax, dword ptr [rsp + 0x18]
add rsp, 0x20 add rsp, 0x20
pop rbp pop rbp