diff options
-rw-r--r-- | libguile/threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/threads.c b/libguile/threads.c index 392f9fe58..5a13e5ccf 100644 --- a/libguile/threads.c +++ b/libguile/threads.c @@ -551,7 +551,7 @@ guilify_self_1 (struct GC_stack_base *base) t.critical_section_level = 0; t.base = base->mem_base; #ifdef __ia64__ - t.register_backing_store_base = base->reg-base; + t.register_backing_store_base = base->reg_base; #endif t.continuation_root = SCM_EOL; t.continuation_base = t.base; |