mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
disas: Use translator_st to get disassembly data
Read from already translated pages, or saved mmio data. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
@@ -79,7 +79,7 @@ typedef enum DisasJumpType {
|
||||
*
|
||||
* Architecture-agnostic disassembly context.
|
||||
*/
|
||||
typedef struct DisasContextBase {
|
||||
struct DisasContextBase {
|
||||
TranslationBlock *tb;
|
||||
vaddr pc_first;
|
||||
vaddr pc_next;
|
||||
@@ -103,7 +103,7 @@ typedef struct DisasContextBase {
|
||||
int record_start;
|
||||
int record_len;
|
||||
uint8_t record[32];
|
||||
} DisasContextBase;
|
||||
};
|
||||
|
||||
/**
|
||||
* TranslatorOps:
|
||||
|
||||
Reference in New Issue
Block a user