Add comment regarding method call to DNBArchProtocol::NotifyException().

llvm-svn: 139800
This commit is contained in:
Johnny Chen 2011-09-15 17:17:51 +00:00
parent 07d4b1c455
commit 76abb3b559
1 changed files with 1 additions and 0 deletions

View File

@ -549,6 +549,7 @@ MachThread::NotifyException(MachException::Data& exc)
{
// Allow the arch specific protocol to process (MachException::Data &)exc
// first before possible reassignment of m_stop_exception with exc.
// See also MachThread::GetStopException().
bool handled = m_arch_ap->NotifyException(exc);
if (m_stop_exception.IsValid())