Ignore:
Timestamp:
May 3, 2002, 1:15:38 AM (23 years ago)
Author:
bird
Message:

Corrected two warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/profilerfix/cppopa4.asm

    r8282 r8367  
    1 ; $Id: cppopa4.asm,v 1.3 2002-04-19 00:09:12 bird Exp $
     1; $Id: cppopa4.asm,v 1.4 2002-05-02 23:15:38 bird Exp $
    22;
    33
     
    15241524                neg     ecx
    15251525                jz      short loc_6_7CE
    1526                 add     [esi+ebx*4+158h], ecx
     1526                add     dword ptr [esi+ebx*4+158h], ecx
    15271527                mov     eax, 0FFFFFFFCh
    15281528                call    PERF
     
    15981598                neg     ecx
    15991599                jz      short loc_6_82D
    1600                 add     [esi+ebx*4+158h], ecx
     1600                add     dword ptr [esi+ebx*4+158h], ecx
    16011601                mov     eax, 0FFFFFFFBh
    16021602                call    PERF
Note: See TracChangeset for help on using the changeset viewer.