diff options
| author | Andreas Schwab | 2006-11-18 14:46:30 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2006-11-18 14:46:30 +0000 |
| commit | fbb7c02f78898cfc8e283f58f6ad8530789c74b3 (patch) | |
| tree | 28a50648ae0a90b65770a53af82082b66096338d /src | |
| parent | ccf17b26dca875afcc350c7393eaaf0659f36fab (diff) | |
| download | emacs-fbb7c02f78898cfc8e283f58f6ad8530789c74b3.tar.gz emacs-fbb7c02f78898cfc8e283f58f6ad8530789c74b3.zip | |
(GC_MARK_SECONDARY_STACK): Update call to
mark_memory.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 55d9a725293..7116d24c718 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -377,7 +377,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 377 | extern void *__libc_ia64_register_backing_store_base; \ | 377 | extern void *__libc_ia64_register_backing_store_base; \ |
| 378 | __builtin_ia64_flushrs (); \ | 378 | __builtin_ia64_flushrs (); \ |
| 379 | mark_memory (__libc_ia64_register_backing_store_base, \ | 379 | mark_memory (__libc_ia64_register_backing_store_base, \ |
| 380 | __builtin_ia64_bsp ()); \ | 380 | __builtin_ia64_bsp (), 0); \ |
| 381 | } while (0) | 381 | } while (0) |
| 382 | #endif | 382 | #endif |
| 383 | #endif | 383 | #endif |