- Timestamp:
- May 13, 2008, 7:21:50 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/lisp-kernel/x86-gc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/lisp-kernel/x86-gc.c
r9466 r9468 2490 2490 natural i, offset; 2491 2491 2492 i = ((unsigned short *)node)[2] - 2;2493 offset = node[ i];2492 i = ((unsigned short *)node)[2]; 2493 offset = node[--i]; 2494 2494 while (offset) { 2495 2495 *(LispObj *)(p + offset) = fn;
Note:
See TracChangeset
for help on using the changeset viewer.
