diff options
| author | serpilliere <devnull@localhost> | 2012-05-25 15:50:07 +0200 |
|---|---|---|
| committer | serpilliere <devnull@localhost> | 2012-05-25 15:50:07 +0200 |
| commit | 2b104799e8b91f5baa58bce36b627d2b6f92a2fb (patch) | |
| tree | 16848514cc1219842c6695a76b29d71e7e5544f6 | |
| parent | 59445a5782ddde0ce5e1aa4da9c9cd07c40e2d03 (diff) | |
| download | miasm-2b104799e8b91f5baa58bce36b627d2b6f92a2fb.tar.gz miasm-2b104799e8b91f5baa58bce36b627d2b6f92a2fb.zip | |
ia32arch: int flag default 1
Diffstat (limited to '')
| -rw-r--r-- | miasm/tools/emul_lib/libcodenat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/miasm/tools/emul_lib/libcodenat.c b/miasm/tools/emul_lib/libcodenat.c index cc675fee..ff6ab751 100644 --- a/miasm/tools/emul_lib/libcodenat.c +++ b/miasm/tools/emul_lib/libcodenat.c @@ -1434,6 +1434,8 @@ void _vm_init_regs() vmcpu.esp = 0; vmcpu.tsc1 = 0x22222222; vmcpu.tsc2 = 0x11111111; + + vmcpu.i_f = 1; } |