/[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 53 by schoenebeck, Mon Apr 26 17:15:51 2004 UTC revision 292 by schoenebeck, Mon Oct 25 14:59:18 2004 UTC
# Line 2  Line 2 
2   *                                                                         *   *                                                                         *
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003 by Benno Senoner and Christian Schoenebeck         *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *                                                                         *   *                                                                         *
7   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
8   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# 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.53  
changed lines
  Added in v.292

  ViewVC Help
Powered by ViewVC