[0.1.x] fixed : issue #10722 ( rdmsr raises exception )

git-svn-id: https://pykd.svn.codeplex.com/svn@75992 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2012-05-02 14:35:15 +00:00 committed by Mikhail I. Izmestev
parent a70ef834b0
commit 838d214daa

View File

@ -464,7 +464,7 @@ BOOST_PYTHON_MODULE( pykd )
"Print out string and insert end of line symbol. If dml = True string is printed with dml highlighting ( only for windbg )" ) );
python::def( "ptrSize", &ptrSize,
"Return effective pointer size" );
python::def ( "rdmsr", &DebugClient::loadMSR,
python::def ( "rdmsr", &loadMSR,
"Return MSR value" );
python::def( "reg", &getRegByName,
"Return a CPU regsiter value by the register's name" );