New ACC version.

committer: mfx <mfx> 1109674986 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2005-03-01 11:03:06 +00:00
parent 044d6b2ce2
commit 3547c71ad5
5 changed files with 843 additions and 764 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ void MemBuffer::allocForUncompression(unsigned uncompressed_size, unsigned extra
unsigned size = uncompressed_size + extra;
// size += 512; // 512 safety bytes
// INFO: 3 bytes are the allowed overrun for the i386 asm_fast decompressors
#if (ACC_ARCH_IA32)
#if (ACC_ARCH_I386)
size += 3;
#endif
alloc(size);