Made ps1/exe work again.

committer: mfx <mfx> 1139776798 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2006-02-12 20:39:58 +00:00
parent 29d693de2d
commit af05296631
6 changed files with 53 additions and 49 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ for $line (@lines)
if ($line =~ /__([A-Z0-9]{8})__/)
{
print OU "S$1$ilabel:\n";
push @{ $test[++$#test] }, "\t\tDB\t\"$1\"\n\t\tDW\tS$1$ilabel\n";
push @{ $test[++$#test] }, "\t\tDB\t\t\"$1\",0\n\t\tDW_UNALIGNED\tS$1$ilabel\n";
$cs = $1;
}