Initial NRV2E support. Pretty much untested.

committer: mfx <mfx> 1031841557 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-09-12 14:39:17 +00:00
parent 6b74aa2673
commit 74a2d9486b
54 changed files with 298 additions and 322 deletions
+1
View File
@@ -79,6 +79,7 @@ void MemBuffer::alloc(unsigned size, unsigned base_offset)
alloc_ptr = (unsigned char *) malloc(size);
if (!alloc_ptr)
{
//throw bad_alloc();
throwCantPack("out of memory");
//exit(1);
}