public interface DynarmicCallback
| 限定符和类型 | 方法和说明 |
|---|---|
void |
callSVC(long pc,
int swi) |
void |
handleExceptionRaised(long pc,
int exception) |
boolean |
handleInterpreterFallback(long pc,
int num_instructions)
返回
false表示未处理的指令 |
void |
handleMemoryReadFailed(long vaddr,
int size) |
void |
handleMemoryWriteFailed(long vaddr,
int size) |
void callSVC(long pc,
int swi)
boolean handleInterpreterFallback(long pc,
int num_instructions)
false表示未处理的指令void handleExceptionRaised(long pc,
int exception)
void handleMemoryReadFailed(long vaddr,
int size)
void handleMemoryWriteFailed(long vaddr,
int size)
Copyright © 2022. All rights reserved.