Cleaned up ibm.h, updated Bugger to use new UI function, misc network stuff.

This commit is contained in:
waltje
2017-05-09 22:59:01 -04:00
parent b975839b41
commit 578619d11f
7 changed files with 99 additions and 111 deletions

View File

@@ -49,7 +49,7 @@ void x86abort(const char *format, ...)
va_end(ap);
fflush(stdout);
savenvr();
dumpregs();
dumpregs(1);
fflush(stdout);
exit(-1);
}