/[svn]/linuxsampler/trunk/src/engines/common/Event.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/common/Event.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 291 by schoenebeck, Tue Apr 27 09:21:58 2004 UTC revision 292 by schoenebeck, Mon Oct 25 14:59:18 2004 UTC
# Line 97  namespace LinuxSampler { Line 97  namespace LinuxSampler {
97              __asm__ __volatile__ ("rpcc %0" : "=r"(t));              __asm__ __volatile__ ("rpcc %0" : "=r"(t));
98              return t;              return t;
99          #else // we don't want to use a slow generic solution          #else // we don't want to use a slow generic solution
100          #  error Sorry, LinuxSampler lacks time stamp code for your system.          #  error "Sorry, LinuxSampler lacks time stamp code for your system."
101          #  error Please report this error and the CPU you are using to the LinuxSampler developers mailing list!          #  error "Please report this error and the CPU you are using to the LinuxSampler developers mailing list!"
102          #endif          #endif
103      }      }
104    

Legend:
Removed from v.291  
changed lines
  Added in v.292

  ViewVC Help
Powered by ViewVC