- Timestamp:
- May 20, 2008, 1:57:23 AM (17 years ago)
- File:
-
- 1 edited
-
branches/win64/lisp-kernel/x86-gc.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/win64/lisp-kernel/x86-gc.c
r8696 r9554 127 127 if ((!nodeheader_tag_p(header_tag)) && 128 128 (!immheader_tag_p(header_tag))) { 129 Bug(NULL,"Vector at 0x% lx has bogus header : 0x%lx", n, header);129 Bug(NULL,"Vector at 0x%Ix has bogus header : 0x%Ix", n, header); 130 130 } 131 131 return; … … 413 413 int tag_n = fulltag_of(n); 414 414 bitvector markbits = GCmarkbits; 415 natural dnode, bits, *bitsp, mask , original_n = n;415 natural dnode, bits, *bitsp, mask; 416 416 417 417 if (!is_node_fulltag(tag_n)) { … … 1442 1442 /* keep track of whether or not we saw any 1443 1443 code_vector headers, and only flush cache if so. */ 1444 Boolean GCrelocated_code_vector = false;1445 1444 1446 1445 if (dnode < GCndnodes_in_area) { … … 1748 1747 { 1749 1748 LispObj obj = *ref, header, new; 1750 natural tag = fulltag_of(obj), header_tag , header_subtag;1749 natural tag = fulltag_of(obj), header_tag; 1751 1750 Boolean changed = false; 1752 1751
Note:
See TracChangeset
for help on using the changeset viewer.
