Changeset 5401
- Timestamp:
- Oct 23, 2006, 4:19:09 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
r5391 r5401 244 244 bytes_needed = disp+allocptr_tag; 245 245 246 update_bytes_allocated(tcr,((BytePtr)(cur_allocptr -disp)));246 update_bytes_allocated(tcr,((BytePtr)(cur_allocptr+disp))); 247 247 if (allocate_object(xp, bytes_needed, disp, tcr)) { 248 248 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
