Changeset 568 in xtideuniversalbios for trunk/Tools/StringsCompress.pl
- Timestamp:
- Dec 21, 2014, 5:37:53 PM (10 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/StringsCompress.pl
r526 r568 217 217 for( $g = 0; $translate_index[$g]; $g++ ) 218 218 { 219 print " db ".$translate_index[$g]."; ".$g."\n";219 print "\t\tdb ".$translate_index[$g]."\t; ".$g."\n"; 220 220 } 221 221 … … 231 231 for( $t = $format_begin; $format_index[$t]; $t++ ) 232 232 { 233 print " db (DisplayFormatCompressed_BaseFormatOffset - ".$format_index[$t]."); ".$t."\n";233 print "\t\tdb (DisplayFormatCompressed_BaseFormatOffset - ".$format_index[$t].")\t; ".$t."\n"; 234 234 } 235 235
Note:
See TracChangeset
for help on using the changeset viewer.