]> granicus.if.org Git - gc/commit
Fix the build for Emscripten
authorJosh Peterson <petersonjm1@gmail.com>
Wed, 1 Aug 2018 21:00:56 +0000 (00:00 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 1 Aug 2018 21:00:56 +0000 (00:00 +0300)
commit2d98a9b8ed79a68ea7ed3e34729d4a006e3fdd8e
tree123faf590fe635d7d62412b617cedb1d4e7c1bae
parentd6c7ee31d9dd76c8387bb7dbbc8796ccf9f8f5e5
Fix the build for Emscripten
(part of commit 0f9ef2d from Unity-Technologies/bdwgc)

Issue #173 (bdwgc).

* mark_rts.c [!CPPCHECK && __GNUC__>=4] (GC_approx_sp): Do not use
__builtin_frame_address if STACK_NOT_SCANNED.
mark_rts.c