File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ test_pack_chunk_header_big_size_and_big_seq:
89
89
90
90
91
91
test_pack_queue_chunk:
92
- packet_packer_reset
92
+ call packet_packer_reset
93
93
94
94
; queue_chunk [rax] [rdi] [rsi] [rdx] [r10]
95
95
; rax = flags (vital & resend)
@@ -131,7 +131,7 @@ test_pack_queue_chunk:
131
131
assert_al_eq 0x0A , __LINE__
132
132
133
133
; call again to verify sequence incrementing
134
- packet_packer_reset
134
+ call packet_packer_reset
135
135
136
136
; rax: flags
137
137
mov rax , 0
@@ -147,7 +147,7 @@ test_pack_queue_chunk:
147
147
148
148
149
149
; call again to verify sequence incrementing even more
150
- packet_packer_reset
150
+ call packet_packer_reset
151
151
152
152
; rax: flags
153
153
mov rax , 0
Original file line number Diff line number Diff line change 3
3
_start:
4
4
init_test __FILE__
5
5
6
- packet_packer_reset
6
+ call packet_packer_reset
7
7
packet_packer_pack_int 01
8
8
packet_packer_pack_int 01
9
9
packet_packer_pack_int 01
You can’t perform that action at this time.
0 commit comments