Update comments

This commit is contained in:
Mio
2023-03-28 21:17:01 +08:00
parent d403a0346e
commit 45f22085f5

View File

@@ -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