Changeset 6253


Ignore:
Timestamp:
Apr 10, 2007, 8:51:09 PM (18 years ago)
Author:
Gary Byers
Message:

Branch at C(egc_store_node_conditional_success_test) should bracnch
backwards, not forwards. (This was leading to spurious "<something>
is not a proper list" errors, because the next label named "0" is in
middle of the the _SPprogvsage code that tests for a proper list.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/x86-spentry64.s

    r6213 r6253  
    18471847        .globl C(egc_store_node_conditional_success_test)
    18481848C(egc_store_node_conditional_success_test):
    1849         __(jne 0f)
     1849        __(jne 0b)
    18501850        __(lea (%arg_x,%imm1),%imm0)
    18511851        __(subq lisp_global(heap_start),%imm0)
Note: See TracChangeset for help on using the changeset viewer.