mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
Delete unused variable.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4981 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@ -519,7 +519,6 @@ typedef struct DisasContext {
|
||||
struct TranslationBlock *tb;
|
||||
target_ulong pc, saved_pc;
|
||||
uint32_t opcode;
|
||||
uint32_t fp_status;
|
||||
/* Routine used to access memory */
|
||||
int mem_idx;
|
||||
uint32_t hflags, saved_hflags;
|
||||
|
Reference in New Issue
Block a user