Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround unsupported 'X' asm constraint in tcc
PR #649 (bdwgc). Use "g" instead of "X" for tinyc asm constraint. * include/gc/gc.h [__GNUC__ && !__INTEL_COMPILER && __TINYC__ && !(__APPLE__ && __arm__)] (GC_reachable_here): Use "g" constraint instead of "X".
- Loading branch information