forked from OSchip/llvm-project
Fix warning that not all control-paths return from function.
llvm-svn: 229718
This commit is contained in:
parent
428c605dff
commit
568b0de170
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue