From 7783c0122870f5c634999d8f827192dc74683d31 Mon Sep 17 00:00:00 2001 From: "SND\\ussrhero_cp" Date: Tue, 24 Jan 2017 20:40:18 +0000 Subject: [PATCH] [0.3.x] added : CPUException class git-svn-id: https://pykd.svn.codeplex.com/svn@91131 9b283d60-5439-405e-af05-b73fd8c4d996 --- pykd/dbgexcept.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pykd/dbgexcept.cpp b/pykd/dbgexcept.cpp index 8f42fe7..b65b2ec 100644 --- a/pykd/dbgexcept.cpp +++ b/pykd/dbgexcept.cpp @@ -14,6 +14,8 @@ python::handle<> exceptPyType::pyExceptType; python::handle<> exceptPyType::pyExceptType; python::handle<> exceptPyType::pyExceptType; python::handle<> exceptPyType::pyExceptType; +python::handle<> exceptPyType::pyExceptType; +python::handle<> exceptPyType::pyExceptType; ///////////////////////////////////////////////////////////////////////////////////