dos/exe: don't clear the dirty stack - DOS does not do this either

This commit is contained in:
Markus F.X.J. Oberhumer
2007-03-04 17:10:32 +01:00
parent 009caee82d
commit 7eb0b195b8
5 changed files with 896 additions and 864 deletions
+1
View File
@@ -113,6 +113,7 @@ protected:
};
unsigned stack_for_lzma; // stack size required for lzma
bool use_clear_dirty_stack;
};