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