diff options
| author | serpilliere <fabrice.desclaux@cea.fr> | 2015-05-24 20:53:37 +0200 |
|---|---|---|
| committer | serpilliere <fabrice.desclaux@cea.fr> | 2015-05-24 20:54:08 +0200 |
| commit | 24a510039a646aab0cbb048083483e8aecea9597 (patch) | |
| tree | 5270282ab7f25a9bbd2fa23d339ab01bb5f714e9 | |
| parent | d4415735882b108bdc8b272230868c6280495c24 (diff) | |
| download | miasm-24a510039a646aab0cbb048083483e8aecea9597.tar.gz miasm-24a510039a646aab0cbb048083483e8aecea9597.zip | |
Win_api: Remove unused comment
Diffstat (limited to '')
| -rw-r--r-- | miasm2/os_dep/win_api_x86_32.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/os_dep/win_api_x86_32.py b/miasm2/os_dep/win_api_x86_32.py index 913a63cf..335bac7d 100644 --- a/miasm2/os_dep/win_api_x86_32.py +++ b/miasm2/os_dep/win_api_x86_32.py @@ -912,7 +912,6 @@ def kernel32_LoadLibraryExA(jitter): def kernel32_GetProcAddress(jitter): ret_ad, args = jitter.func_args_stdcall(["libbase", "fname"]) - # Ensure high-order WORD is 0 fname = args.fname if fname < 0x10000: fname = fname |