Changeset 5401


Ignore:
Timestamp:
Oct 23, 2006, 4:19:09 AM (18 years ago)
Author:
Gary Byers
Message:

In handle_alloc_trap(), fix call to update_bytes_allocated (sign of "disp").

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/x86-exceptions.c

    r5391 r5401  
    244244  bytes_needed = disp+allocptr_tag;
    245245
    246   update_bytes_allocated(tcr,((BytePtr)(cur_allocptr-disp)));
     246  update_bytes_allocated(tcr,((BytePtr)(cur_allocptr+disp)));
    247247  if (allocate_object(xp, bytes_needed, disp, tcr)) {
    248248    return true;
Note: See TracChangeset for help on using the changeset viewer.