We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b725d6 commit 78bca2cCopy full SHA for 78bca2c
1 file changed
src/monitor.asm
@@ -262,9 +262,11 @@ testzone:
262
call [b_system]
263
sub rax, rbx
264
mov ecx, DUMP_RAX
265
- call [b_system]
+ call [b_system]
266
+
267
; xor ecx, ecx
268
; div ecx
269
270
; xor eax, eax ; Zero RAX for the packet counter
271
; mov [0x1e8000], rax ; Store it to a temp location
272
;tst_loop:
@@ -276,6 +278,7 @@ testzone:
276
278
; add qword [0x1e8000], 1 ; Increment the packet counter
277
279
;tst_loop_nodata:
280
; jmp tst_loop
281
282
jmp poll
283
284
shutdown:
0 commit comments