Changeset 6540
- Timestamp:
- May 12, 2007, 5:56:35 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/x86-exceptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/x86-exceptions.c
r6526 r6540 78 78 if (newlimit > (natural) (a->high)) { 79 79 if (extend) { 80 natural extend_by = lisp_heap_gc_threshold; 80 signed_natural inhibit = (signed_natural)(lisp_global(GC_INHIBIT_COUNT)); 81 natural extend_by = inhibit ? 0 : lisp_heap_gc_threshold; 81 82 do { 82 83 if (resize_dynamic_heap(a->active, (newlimit-oldlimit)+extend_by)) {
Note:
See TracChangeset
for help on using the changeset viewer.
