File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ intrinsics! {
30
30
"push ecx" ,
31
31
"cmp eax, 0x1000" ,
32
32
"lea ecx, [esp + 8]" , // esp before calling this routine -> ecx
33
- "jb 1f " ,
33
+ "jb 3f " ,
34
34
"2:" ,
35
35
"sub ecx, 0x1000" ,
36
36
"test [ecx], ecx" ,
37
37
"sub eax, 0x1000" ,
38
38
"cmp eax, 0x1000" ,
39
39
"ja 2b" ,
40
- "1 :" ,
40
+ "3 :" ,
41
41
"sub ecx, eax" ,
42
42
"test [ecx], ecx" ,
43
43
"lea eax, [esp + 4]" , // load pointer to the return address into eax
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ intrinsics! {
23
23
"push rax" ,
24
24
"cmp rax, 0x1000" ,
25
25
"lea rcx, [rsp + 24]" ,
26
- "jb 1f " ,
26
+ "jb 3f " ,
27
27
"2:" ,
28
28
"sub rcx, 0x1000" ,
29
29
"test [rcx], rcx" ,
30
30
"sub rax, 0x1000" ,
31
31
"cmp rax, 0x1000" ,
32
32
"ja 2b" ,
33
- "1 :" ,
33
+ "3 :" ,
34
34
"sub rcx, rax" ,
35
35
"test [rcx], rcx" ,
36
36
"pop rax" ,
You can’t perform that action at this time.
0 commit comments