From 80218c1eca90bd3bc5827618de857c971b57afba Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 6 Sep 2006 14:31:30 +0200 Subject: [PATCH] Atari/tos is currently broken, so throw an InternalError. --- src/p_tos.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p_tos.cpp b/src/p_tos.cpp index 9aee73c6..2859a79a 100644 --- a/src/p_tos.cpp +++ b/src/p_tos.cpp @@ -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;