Display error number on the screen upon panic

This commit is contained in:
Michal Moskal
2017-07-15 22:32:10 +02:00
parent 0dfde3b65f
commit f760998f77
3 changed files with 73 additions and 2 deletions

View File

@ -25,6 +25,7 @@ class MMap : public RefObject {
void print();
};
extern volatile bool paniced;
}