mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-29 11:53:23 +08:00
[0.2.x] fixed: previous commit has some errors
git-svn-id: https://pykd.svn.codeplex.com/svn@82700 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
0b3bb3e6cb
commit
c5b12433e6
@ -2,7 +2,7 @@
|
||||
#define PYKD_VERSION_MAJOR 0
|
||||
#define PYKD_VERSION_MINOR 2
|
||||
#define PYKD_VERSION_SUBVERSION 0
|
||||
#define PYKD_VERSION_BUILDNO 16
|
||||
#define PYKD_VERSION_BUILDNO 17
|
||||
|
||||
|
||||
#define __VER_STR2__(x) #x
|
||||
|
@ -394,7 +394,9 @@ PointerTypeInfo::PointerTypeInfo( SymbolPtr &symbol )
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
m_size = (ULONG)symbol->getSize();
|
||||
m_ptrSize = m_size;
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user