Atari/tos is currently broken, so throw an InternalError.

This commit is contained in:
Markus F.X.J. Oberhumer 2006-09-06 14:31:30 +02:00
parent d14bd49f46
commit 80218c1eca

View File

@ -409,6 +409,7 @@ void PackTos::fileInfo()
void PackTos::pack(OutputFile *fo)
{
throwInternalError("atari/tos is currenty broken; this will get fixed in UPX 2.91");
unsigned t;
unsigned nrelocs = 0;
unsigned relocsize = 0;