finish IronPad debugging

This commit is contained in:
2023-09-20 22:55:59 +08:00
parent 01d1f0a250
commit f07ff1f246
2 changed files with 13 additions and 17 deletions

View File

@ -442,8 +442,6 @@ namespace Unvirt::Context {
void Unvirt::Context::UnvirtContext::ProcTest(const CmdHelper::ArgumentsMap* amap) {
#if defined(LIBCMO_BUILD_DEBUG)
// MARK: Add the debug code here.
char p = 0;
char a = 1 / p;
#else
PrintCommonError("Test command only available in Debug mode.");