fix for build with link-time optimization enabled

This commit is contained in:
Matthew Flatt 2011-09-09 21:06:17 -06:00
parent b1417cd9f9
commit 8d766480da

View File

@ -1641,6 +1641,8 @@ void scheme_enable_garbage_collection(int on)
#endif
}
MZ_DO_NOT_INLINE(uintptr_t scheme_get_deeper_address(void))
uintptr_t scheme_get_deeper_address(void)
{
int v, *vp;