diff modules/bluespec/Pygar/core/AudioCoreRRR.cpp @ 53:2991344775f8 pygar svn.54

[svn r54] mixer integrated
author punk
date Sun, 09 May 2010 10:58:40 -0400
parents 49049f97312c
children bf08daea854e
line wrap: on
line diff
     1.1 --- a/modules/bluespec/Pygar/core/AudioCoreRRR.cpp	Thu May 06 08:57:53 2010 -0400
     1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.cpp	Sun May 09 10:58:40 2010 -0400
     1.3 @@ -120,8 +120,8 @@
     1.4        }
     1.5  
     1.6        // Long term this should be in the data portion.  But until I have code running, keep it here.
     1.7 -      count++;
     1.8 -      if (count == 2)
     1.9 +      //      count++;
    1.10 +      //if (count == 2)
    1.11          CONNECTED_APPLICATION_CLASS::EndSimulation(); 
    1.12      break;
    1.13