summaryrefslogtreecommitdiff
path: root/mach_dep.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-08-31 23:22:15 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-08-31 23:22:15 +0300
commitc50de12ab045b57953e152545836c23f76e7bc24 (patch)
tree08d92d894791fa6818a323f876834a37a303a7bf /mach_dep.c
parentdbe3f337616faaaed26bd6ba9f9fcad190b200f2 (diff)
downloadbdwgc-c50de12ab045b57953e152545836c23f76e7bc24.tar.gz
Replace some FIXME items with TODO ones
(code refactoring) * alloc.c (GC_maybe_gc, GC_collect_a_little_inner, GC_finish_collection): Replace FIXME item with TODO one. * gcj_mlc.c (maybe_finalize): Likewise. * include/gc.h [!GC_DEBUG || !__GNUC__] (GC_PTR_ADD): Likewise. * include/private/gcconfig.h [X86_64 && LINUX && __GLIBC__ && !__UCLIBC__] (GETCONTEXT_FPU_EXCMASK_BUG): Likewise. * mach_dep.c (GC_with_callee_saves_pushed): Likewise. * mark_rts.c (GC_push_current_stack): Likewise. * misc.c [MSWIN32 || MSWINCE] (WRITE): Likewise. * os_dep.c [ECOS] (ecos_gc_memory): Likewise. * os_dep.c (GC_get_stack_base, GC_page_was_ever_dirty): Likewise. * reclaim.c (GC_reclaim_clear): Likewise. * include/private/gcconfig.h [OPENBSD && m68k]: Remove FIXME item.
Diffstat (limited to 'mach_dep.c')
-rw-r--r--mach_dep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach_dep.c b/mach_dep.c
index 07e633fd..60b73b22 100644
--- a/mach_dep.c
+++ b/mach_dep.c
@@ -325,7 +325,7 @@ GC_INNER void GC_with_callee_saves_pushed(void (*fn)(ptr_t, void *),
# endif /* !HAVE_BUILTIN_UNWIND_INIT */
}
# endif /* !HAVE_PUSH_REGS */
- /* FIXME: context here is sometimes just zero. At the moment the */
+ /* TODO: context here is sometimes just zero. At the moment, the */
/* callees don't really need it. */
fn(arg, context);
/* Strongly discourage the compiler from treating the above */