mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-25 05:02:57 +00:00
Update documentation (2016-08-12)
This commit is contained in:
@@ -32,6 +32,7 @@ struct UserCallbacks {
|
||||
|
||||
bool (*IsReadOnlyMemory)(u32 vaddr);
|
||||
|
||||
/// The intrepreter must execute only one instruction at PC.
|
||||
void (*InterpreterFallback)(u32 pc, Jit* jit);
|
||||
|
||||
bool (*CallSVC)(u32 swi);
|
||||
@@ -91,6 +92,10 @@ public:
|
||||
return is_executing;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param descriptor Basic block descriptor.
|
||||
* @return A string containing disassembly of the host machine code produced for the basic block.
|
||||
*/
|
||||
std::string Disassemble(const Arm::LocationDescriptor& descriptor);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user