Changeset 11551 for trunk/source/lisp-kernel/image.c
- Timestamp:
- Dec 26, 2008, 2:49:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/image.c
r11501 r11551 394 394 395 395 OSErr 396 save_application(unsigned fd )396 save_application(unsigned fd, Boolean egc_was_enabled) 397 397 { 398 398 openmcl_image_file_header fh; … … 462 462 lisp_global(G0_THRESHOLD) = g0_area->threshold; 463 463 lisp_global(G1_THRESHOLD) = g1_area->threshold; 464 lisp_global(G 1_THRESHOLD) = g2_area->threshold;465 lisp_global(EGC_ENABLED) = (LispObj) (active_dynamic_area->older != NULL);464 lisp_global(G2_THRESHOLD) = g2_area->threshold; 465 lisp_global(EGC_ENABLED) = (LispObj)egc_was_enabled; 466 466 } 467 467 /*
Note: See TracChangeset
for help on using the changeset viewer.