Skip to content

Commit b9775ad

Browse files
committed
Removed some unnecessary "mov cx,TESTCOUNT".
1 parent 6ce13f9 commit b9775ad

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

testcalls.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ testgroup 0
1616
execute 1, 54, teststring1 , test_jumponly
1717
execute 2, 58, teststring2 , test_jumponlyUnaligned
1818
execute 3, 54, teststring3 , test_looponly
19+
;execute 3, 54, teststring3 , test_newjump
1920
execute 4, 58, teststring4 , test_nop
2021
execute 5, 62, teststring5 , test_nop2x
2122
execute 6, 58, teststring6 , test_incbl

tests_op.asm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,6 @@ align 2
10471047
ret
10481048

10491049
test_opE9:
1050-
mov cx,TESTCOUNT
10511050
align 2
10521051
.loop:
10531052
fill_prefetch
@@ -1059,7 +1058,6 @@ align 2
10591058
ret
10601059

10611060
test_opEA:
1062-
mov cx,TESTCOUNT
10631061
align 2
10641062
.loop:
10651063
fill_prefetch
@@ -1071,7 +1069,6 @@ align 2
10711069
ret
10721070

10731071
test_opEB:
1074-
mov cx,TESTCOUNT
10751072
align 2
10761073
.loop:
10771074
fill_prefetch

tests_special.asm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
;
88

99
test_jumponly:
10-
mov cx,TESTCOUNT
1110
align 2
1211
repeat_jumponly:
1312
fill_prefetch
@@ -18,7 +17,6 @@ repeat_jumponly:
1817
;-----------------------------------------------------------------------------
1918

2019
test_jumponlyUnaligned:
21-
mov cx,TESTCOUNT
2220
align 2
2321
nop
2422
repeat_jumponlyUnaligned:
@@ -30,7 +28,6 @@ repeat_jumponlyUnaligned:
3028
;-----------------------------------------------------------------------------
3129

3230
test_looponly:
33-
mov cx,TESTCOUNT
3431
align 2
3532
repeat_looponly:
3633
fill_prefetch
@@ -114,7 +111,6 @@ test_movaxmemes:
114111
ret
115112

116113
test_tripplejump:
117-
mov cx,TESTCOUNT
118114
cmp cx,0
119115
align 2
120116
repeat_tripplejump:

0 commit comments

Comments
 (0)