index
:
list_x86_64.git
master
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
list.asm
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'list.asm')
-rw-r--r--
list.asm
2
1 files changed, 1 insertions, 1 deletions
diff --git a/list.asm b/list.asm
index 50c86b3..2208d4a 100644
--- a/
list.asm
+++ b/
list.asm
@@ -122,7 +122,7 @@ list_clear: ;; {{{
test ecx, ecx
jne .loop
- .end
+ .end:
leave
ret