Well, I figured it out. There are a whole bunch of restore_fpr
routines defined in runtime.c which is part of the Mac OSX Support MSL
libraries. However for some reason it's not enough to just add it to
the project. I got compile errors. But if I took the MSL Runtime
project, copied it, and removed everything but runtime.c, compiled a
new library, added that to my project, it compiles, links and runs no
problem. YAY!
Now to see if the damn thing works in XCode.
>> Stay informed about: Any idea what __restore_fpr_23 is?