missed copy
git-svn-id: file:///home/svn/incoming/trunk@3363 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
12b30e56b5
commit
1e7805190e
|
@ -954,6 +954,7 @@ int get_instruction(PINSTRUCTION inst, BYTE *addr, enum Mode mode) {
|
|||
|
||||
// Eflags affected by this instruction
|
||||
inst->eflags_affected = ptr->eflags_affected;
|
||||
inst->eflags_used = ptr->eflags_used;
|
||||
|
||||
// Pointer to instruction table
|
||||
inst->ptr = ptr;
|
||||
|
|
Loading…
Reference in New Issue