Author: RisK <@>     Reply to Message
Date: 2/11/2004 1:29:11 PM
Subject: RE: just a little update

Well I quick look I'd guess the problem was with either the __asm__ or __volatile__ define.

To quote one of my fav C++ sites:

Because #define macros are evil in 4 different
ways: evil#1, evil#2,
evil#3, and
evil#4. Sometimes you should
use them anyway, but they're still evil.
_