diff options
Diffstat (limited to 'tools/mhmake/src/fileinfo.h')
-rw-r--r-- | tools/mhmake/src/fileinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mhmake/src/fileinfo.h b/tools/mhmake/src/fileinfo.h index 9be40bdbe..9a521d4a6 100644 --- a/tools/mhmake/src/fileinfo.h +++ b/tools/mhmake/src/fileinfo.h @@ -211,7 +211,7 @@ public: {
#if defined(_DEBUG) && defined(_MSC_VER)
if (m_pRule && m_pRule->GetCommands().size()) {
- _asm int 3;
+ DebugBreak();
}
#endif
m_pRule=pRule;
|