diff options
| author | Ajax <commial@gmail.com> | 2015-11-10 17:15:14 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2015-11-10 17:15:14 +0100 |
| commit | 31a1a40509da9423d564044d373430353db4bdb9 (patch) | |
| tree | 1eb10a4617bfeac625f868de1728a78b4bda2bea | |
| parent | 79e35eb685ac191cb92c05c17fdd340322e8f65b (diff) | |
| download | miasm-31a1a40509da9423d564044d373430353db4bdb9.tar.gz miasm-31a1a40509da9423d564044d373430353db4bdb9.zip | |
x86/sem: comment typo
Diffstat (limited to '')
| -rw-r--r-- | miasm2/arch/x86/sem.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/arch/x86/sem.py b/miasm2/arch/x86/sem.py index 25861271..9dc92414 100644 --- a/miasm2/arch/x86/sem.py +++ b/miasm2/arch/x86/sem.py @@ -2188,7 +2188,7 @@ def fnstenv(ir, instr, a): ]) s = instr.mode - # The behaviour in 64bit is identical to 64 bit + # The behaviour in 64bit is identical to 32 bit # This will truncate addresses s = min(32, s) ad = m2_expr.ExprMem(a.arg, size=16) |