mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.2.x] fixed: samples
git-svn-id: https://pykd.svn.codeplex.com/svn@82297 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
e5f6c91be8
commit
e4b34e1236
@ -19,7 +19,8 @@ class RegisterWidget( DebugWidget ):
|
||||
i = 0
|
||||
while True:
|
||||
reg = pykd.reg(i)
|
||||
s += "%s %x ( %d )\r\n" % ( reg.name(), reg, reg )
|
||||
#print str(reg)
|
||||
s += "%s %x ( %d )\r\n" % ( reg.name(), long(reg), long(reg) )
|
||||
i += 1
|
||||
|
||||
except pykd.BaseException:
|
||||
|
Loading…
Reference in New Issue
Block a user