aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/backgraph.c
diff options
context:
space:
mode:
authorJeff Sturm <jsturm@gcc.gnu.org>2003-07-28 03:46:21 +0000
committerJeff Sturm <jsturm@gcc.gnu.org>2003-07-28 03:46:21 +0000
commitff6fe7a17787f492326bbfa3fd0850d33bd049b4 (patch)
tree06d585e3eefe9c7d96d228670fe5e9787f57db5b /boehm-gc/backgraph.c
parent6991c6c926a5909c438c0ea92d98175b41014598 (diff)
downloadgcc-ff6fe7a17787f492326bbfa3fd0850d33bd049b4.zip
gcc-ff6fe7a17787f492326bbfa3fd0850d33bd049b4.tar.gz
gcc-ff6fe7a17787f492326bbfa3fd0850d33bd049b4.tar.bz2
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
Diffstat (limited to 'boehm-gc/backgraph.c')
-rw-r--r--boehm-gc/backgraph.c1
1 files changed, 1 insertions, 0 deletions
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);