Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine that GC_save_regs_in_stack is used by save_callers only on SPARC
(refactoring) * os_dep.c [NEED_CALLINFO && SAVE_CALL_CHAIN && (NARGS!=0 || NFRAMES%2!=0 || !GC_HAVE_BUILTIN_BACKTRACE)] (FR_SAVFP, FR_SAVPC, BIAS, GC_save_callers): Define only if I386 or SPARC. * os_dep.c [NEED_CALLINFO && SAVE_CALL_CHAIN && (NARGS!=0 || NFRAMES%2!=0 || !GC_HAVE_BUILTIN_BACKTRACE) && (I386 || SPARC)] (GC_save_callers): Adjust indent of for() statement.
- Loading branch information