Skip to content

Commit b20dc83

Browse files
committed
Remove extra printing
1 parent 2728d8d commit b20dc83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/test_x86.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,9 +1507,7 @@ static void test_x86_mmu_pt_set(uc_engine *uc, uint64_t vaddr, uint64_t paddr,
15071507
{
15081508
uint64_t pto = ((vaddr & 0x000000001ff000) >> 12) * 8;
15091509
uint32_t pte = (paddr) | 1 | (1 << 2);
1510-
fprintf(stderr, "%lx -> %x\n", tlb_base + 0x3000 + pto, pte);
15111510
pte = LEINT32(pte);
1512-
15131511
uc_mem_write(uc, tlb_base + 0x3000 + pto, &pte, sizeof(pte));
15141512
}
15151513

0 commit comments

Comments
 (0)