Update Breakpoints.h

Add newline
This commit is contained in:
Derek "Turtle" Roe 2021-03-17 22:29:09 -05:00
parent 45d4e9fc4e
commit c4ac46b501
1 changed files with 1 additions and 1 deletions

View File

@ -90,4 +90,4 @@ private:
bool m_bHaveRegBP; bool m_bHaveRegBP;
uint32_t m_GPRWriteBP, m_GPRReadBP; uint32_t m_GPRWriteBP, m_GPRReadBP;
bool m_HIWriteBP, m_HIReadBP, m_LOWriteBP, m_LOReadBP; bool m_HIWriteBP, m_HIReadBP, m_LOWriteBP, m_LOReadBP;
}; };