[0.3.x] fixed : stkwalk.py WOW64 parameter

git-svn-id: https://pykd.svn.codeplex.com/svn@90824 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2015-09-30 18:51:55 +00:00 committed by Mikhail I. Izmestev
parent 30978c6f82
commit 2c90283c42

View File

@ -27,7 +27,7 @@ class PrintOptions:
def __init__(self): def __init__(self):
self.ignoreNotActiveThread = True self.ignoreNotActiveThread = True
self.ignoreNotActiveProcess = True self.ignoreNotActiveProcess = True
self.showWow64stack = True self.showWow64stack = is64bitSystem()
self.showIP = True self.showIP = True
self.showSP = True self.showSP = True
self.showUnique = False self.showUnique = False