Ignore:
Timestamp:
Nov 30, 2011, 2:58:20 PM (14 years ago)
Author:
dmik
Message:

Use pid instead of the ordinal number in log file names.

This in particular fixes the problem when WGSS50 writes to the log
before the ordinal is correctly initialized by KERNEL32 which resulted
into two processes writing to the same log file.

This also guarantees that a subsequent re-run will not vanish the
previous log file which is also useful sometimes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/kernel32/globaldata.asm

    r21801 r21837  
    1111
    1212_GLOBALDATA     SEGMENT DWORD PUBLIC USE32 'DATA'
    13 
    14 ;
    15 ; initterm.cpp:
    16 ;
    17                 PUBLIC _globLoadNr
    18 
    19 ; extern int globLoadNr; // = 0
    20 _globLoadNr     DD 0
    2113
    2214;
Note: See TracChangeset for help on using the changeset viewer.