From 45f22085f543a7e93f9be248535c3f27e7b68906 Mon Sep 17 00:00:00 2001 From: Mio Date: Tue, 28 Mar 2023 21:17:01 +0800 Subject: [PATCH] Update comments --- include/unicorn/unicorn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/unicorn/unicorn.h b/include/unicorn/unicorn.h index 2ddb8b9e..ed016dc0 100644 --- a/include/unicorn/unicorn.h +++ b/include/unicorn/unicorn.h @@ -512,9 +512,9 @@ typedef enum uc_query_type { // unicorn tlb type selection typedef enum uc_tlb_type { + // The default unicorn virtuall TLB implementation. // The tlb implementation of the CPU, best to use for full system emulation. UC_TLB_CPU = 0, - // The default unicorn virtuall TLB implementation. // This tlb defaults to virtuall address == physical address // Also a hook is availible to override the tlb entries (see uc_cb_tlbevent_t). UC_TLB_VIRTUAL