Apparently that was just a figment of corrupt emulator memory. It's really
an illegal instruction. SO what that leads me to is that this:

float degtorad (float degrees) __attribute__ ((section ("calcs")));
float degtorad (float degrees)
{
  float t;

  t = pi/(float)180*degrees;
  return (t);
}

Still causes problems in a second code section. For reference the
declaration is actually in the header file and only in the header file.




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to