Renamed the options sub-structs for more consistency. Some portab fixes.

committer: mfx <mfx> 1058221575 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-07-14 22:26:15 +00:00
parent f9054529c1
commit 48ec581539
18 changed files with 127 additions and 124 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ void PackPs1::pack(OutputFile *fo)
oh.tx_len = ph.c_len + e_len + pad_code;
oh.epc = entry;
if (!opt->ps1.no_align)
if (!opt->ps1_exe.no_align)
{
pad = oh.tx_len;
oh.tx_len = ALIGN_UP(oh.tx_len, CD_SEC);