- Timestamp:
- Jun 5, 2003, 5:02:10 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/emxomf/listomf.c
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r298 r299 333 333 printf ("#%d", index); 334 334 else 335 show_name (segment_list[index-1].name); 335 { /* bird: both please */ 336 show_name (segment_list[index-1].name); 337 printf ("(#%d)", index); 338 } 336 339 } 337 340 … … 342 345 printf ("#%d", index); 343 346 else 347 { /* bird: both please */ 344 348 show_name (group_list[index-1].name); 349 printf ("(#%d)", index); 350 } 345 351 } 346 352 … … 351 357 printf ("#%d", index); 352 358 else 359 { /* bird: both please */ 353 360 show_string (ext_list[index-1].name); 361 printf ("(#%d)", index); 362 } 354 363 } 355 364 … … 2034 2043 printf ("source & listing file"); 2035 2044 break; 2045 case 0x03: 2046 printf ("file names table"); 2047 break; 2048 case 0x04: 2049 printf ("path table"); 2050 break; 2036 2051 default: 2037 2052 printf ("undefined entry type: %#x", linnum_entry_type); … … 2074 2089 printf ("listing line %6lu, statement %6lu at 0x%.8lx", 2075 2090 lst_line, stmt, addr); 2091 break; 2092 case 0x03: 2093 case 0x04: 2094 printf (" No line numbers"); 2076 2095 break; 2077 2096 default: -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.