Update comments
This commit is contained in:
@@ -512,9 +512,9 @@ typedef enum uc_query_type {
|
|||||||
|
|
||||||
// unicorn tlb type selection
|
// unicorn tlb type selection
|
||||||
typedef enum uc_tlb_type {
|
typedef enum uc_tlb_type {
|
||||||
|
// The default unicorn virtuall TLB implementation.
|
||||||
// The tlb implementation of the CPU, best to use for full system emulation.
|
// The tlb implementation of the CPU, best to use for full system emulation.
|
||||||
UC_TLB_CPU = 0,
|
UC_TLB_CPU = 0,
|
||||||
// The default unicorn virtuall TLB implementation.
|
|
||||||
// This tlb defaults to virtuall address == physical address
|
// This tlb defaults to virtuall address == physical address
|
||||||
// Also a hook is availible to override the tlb entries (see uc_cb_tlbevent_t).
|
// Also a hook is availible to override the tlb entries (see uc_cb_tlbevent_t).
|
||||||
UC_TLB_VIRTUAL
|
UC_TLB_VIRTUAL
|
||||||
|
|||||||
Reference in New Issue
Block a user