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;