Fix warning that not all control-paths return from function.

llvm-svn: 229718
This commit is contained in:
Zachary Turner 2015-02-18 18:44:03 +00:00
parent 428c605dff
commit 568b0de170
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ public:
case eWatchpointWrite: return m_supports_z2;
case eWatchpointRead: return m_supports_z3;
case eWatchpointReadWrite: return m_supports_z4;
case eStoppointInvalid: return false;
default: return false;
}
}
uint8_t