Small update from Jens.

This commit is contained in:
Markus F.X.J. Oberhumer 2007-03-15 01:41:07 +01:00
parent 1f59a9f846
commit 2a0edfd8f7

View File

@ -585,7 +585,7 @@ void PackPs1::pack(OutputFile *fo)
unsigned pad = 0;
if (!opt->ps1_exe.no_align)
if (!opt->ps1_exe.no_align || !isCon)
{
pad = oh.tx_len;
oh.tx_len = ALIGN_UP(oh.tx_len, CD_SEC);