Changeset 544


Ignore:
Timestamp:
Nov 2, 2010, 3:54:28 AM (15 years ago)
Author:
pasha
Message:

fix trap from watcom bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/convsrate.cpp

    r33 r544  
    6969        jnz     LoopSRateConvert16Stereo
    7070
    71         mov     ulPosition, edx          ;update uulPosition
     71//PS+++ What do this operations?        mov     ulPosition, edx          ;update uulPosition
    7272
    7373        pop     edi
     
    127127        jnz     LoopSRateConvert16Mono
    128128
    129         mov     ulPosition, edx          ;update ulPosition
     129//PS+++ What do this operations?        mov     ulPosition, edx          ;update ulPosition
    130130
    131131        pop     edi
     
    185185        jnz     LoopSRateConvert8Stereo
    186186
    187         mov     ulPosition, edx          ;update ulPosition
     187//PS+++ What do this operations?        mov     ulPosition, edx          ;update ulPosition
    188188
    189189        pop     edi
     
    243243        jnz     LoopSRateConvert8Mono
    244244
    245         mov     ulPosition, edx          ;update ulPosition
    246 
    247         pop     edi
    248         pop     esi
    249         pop     edx
    250         pop     ecx
    251         pop     ebx
    252         pop     eax
    253         pop     ds
    254     }
    255     return;
    256 }
    257 //*****************************************************************************               
    258 //*****************************************************************************               
    259 
     245//PS+++ What do this operations?        mov     ulPosition, edx          ;update ulPosition
     246
     247        pop     edi
     248        pop     esi
     249        pop     edx
     250        pop     ecx
     251        pop     ebx
     252        pop     eax
     253        pop     ds
     254    }
     255    return;
     256}
     257//*****************************************************************************               
     258//*****************************************************************************               
     259
Note: See TracChangeset for help on using the changeset viewer.