diff options
| author | serpilliere <devnull@localhost> | 2012-01-20 14:20:11 +0100 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2012-01-20 14:20:11 +0100 |
| commit | 0ec9723acb6cc6cf2401c61110e154fb42c93bea (patch) | |
| tree | 180a84cd829a8ec7873aad2a48ad69803040dfb8 /miasm/arch/ia32_sem.py | |
| parent | 9369199f0856f8ffc8b7a6599345845305f3a66b (diff) | |
| download | miasm-0ec9723acb6cc6cf2401c61110e154fb42c93bea.tar.gz miasm-0ec9723acb6cc6cf2401c61110e154fb42c93bea.zip | |
minor
Diffstat (limited to '')
| -rw-r--r-- | miasm/arch/ia32_sem.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/arch/ia32_sem.py b/miasm/arch/ia32_sem.py index ae0acca3..1808f53d 100644 --- a/miasm/arch/ia32_sem.py +++ b/miasm/arch/ia32_sem.py @@ -867,7 +867,7 @@ def cli(info): return [ExprAff(i_f, ExprInt(uint32(0)))] def sti(info): - return [ExprAff(ExprId('vmcpu.vm_exception_flags'), ExprInt(uint32(1<<7)))] + return [ExprAff(ExprId('vmcpu.vm_exception_flags'), ExprInt(uint32(EXCEPT_PRIV_INSN)))] def inc(info, a): e= [] |