Use Wine + Digital Mars C/C++ in small model. Does not work yet.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-02-16 15:22:01 +01:00
parent ce7e94030c
commit 8f68f31877
14 changed files with 8528 additions and 8280 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ int PackExe::fillExeHeader(struct exe_header_t *eh) const
unsigned minsp = 0x200;
if (M_IS_LZMA(ph.method))
minsp = getDecompressorWrkmemSize() + 0x1100;
minsp = getDecompressorWrkmemSize() + 0x1500; // FIXME ???
assert(minsp < 0xff00);
oh.sp = ih.sp > minsp ? (unsigned) ih.sp : minsp;