From ff6fe7a17787f492326bbfa3fd0850d33bd049b4 Mon Sep 17 00:00:00 2001 From: Jeff Sturm Date: Mon, 28 Jul 2003 03:46:21 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r69874, which included commits to RCS files with non-trunk default branches. From-SVN: r69875 --- boehm-gc/backgraph.c | 1 + 1 file changed, 1 insertion(+) (limited to 'boehm-gc/backgraph.c') diff --git a/boehm-gc/backgraph.c b/boehm-gc/backgraph.c index 01ab738..0fe1c8f 100644 --- a/boehm-gc/backgraph.c +++ b/boehm-gc/backgraph.c @@ -307,6 +307,7 @@ static void add_back_edges(ptr_t p, word n_words, word gc_descr) } while (currentp < (word *)(p + gc_descr)) { word current = *currentp++; + FIXUP_POINTER(current); if (current >= (word)GC_least_plausible_heap_addr && current <= (word)GC_greatest_plausible_heap_addr) { ptr_t target = GC_base((GC_PTR)current); -- cgit v1.1