We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfde38 commit 1a97037Copy full SHA for 1a97037
testbins/indirect_calls_x64.asm
@@ -15,7 +15,7 @@ default rel
15
%endif
16
17
%ifdef OS_IS_MACOS
18
- global start
+ global start, junk, mapper
19
section .text
20
start:
21
@@ -27,7 +27,7 @@ default rel
27
WinMain:
28
29
30
- mov rcx, 4
+ mov rcx, 4 ; <------- LOOP VAR
31
32
.next:
33
push rcx
@@ -86,6 +86,8 @@ default rel
86
call ExitProcess
87
88
89
+ ret
90
+
91
sub_00:
92
ret
93
0 commit comments