1
0
Fork 0
forked from len0rd/rockbox

Fix compilation of simulators on Mac OS X 10.6. Tested on 10.5.8 and 10.6.1.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23051 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tom Ross 2009-10-09 17:55:46 +00:00
parent 14e3faabea
commit f5b312e043
2 changed files with 2 additions and 2 deletions

View file

@ -21,5 +21,5 @@
#include "pluginlib_exit.h"
jmp_buf __exit_env;
jmp_buf __exit_env DATA_ATTR;