Cross-platformizing MMIO stuff.
MSVC build likely needs some fixes.
This commit is contained in:
@@ -16,5 +16,9 @@ bool IsDebuggerAttached() {
|
||||
return IsDebuggerPresent() ? true : false;
|
||||
}
|
||||
|
||||
void Break() {
|
||||
__debugbreak();
|
||||
}
|
||||
|
||||
} // namespace debugging
|
||||
} // namespace poly
|
||||
|
||||
Reference in New Issue
Block a user