Skip to content

Commit 78bca2c

Browse files
author
Ian Seyler
committed
TSC in test
1 parent 7b725d6 commit 78bca2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/monitor.asm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,11 @@ testzone:
262262
call [b_system]
263263
sub rax, rbx
264264
mov ecx, DUMP_RAX
265-
call [b_system]
265+
call [b_system]
266+
266267
; xor ecx, ecx
267268
; div ecx
269+
268270
; xor eax, eax ; Zero RAX for the packet counter
269271
; mov [0x1e8000], rax ; Store it to a temp location
270272
;tst_loop:
@@ -276,6 +278,7 @@ testzone:
276278
; add qword [0x1e8000], 1 ; Increment the packet counter
277279
;tst_loop_nodata:
278280
; jmp tst_loop
281+
279282
jmp poll
280283

281284
shutdown:

0 commit comments

Comments
 (0)