Changeset 9f3b880 in mainline


Ignore:
Timestamp:
2006-02-17T21:32:19Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ede493e
Parents:
f15fe51
Message:

Small bugs fixed after running all tests on mips.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/debugger.c

    rf15fe51 r9f3b880  
    347347                pstate->epc += 4;
    348348        }
    349        
    350         cur->counter++;
     349        if (cur)
     350                cur->counter++;
    351351        if (cur && (cur->flags & BKPOINT_FUNCCALL)) {
     352                printf("3.5\n");
    352353                /* Allow zero bkfunc, just for counting */
    353354                if (cur->bkfunc)
     
    368369                atomic_set(&haltstate,0);
    369370        }
    370 
    371371        if (cur && cur->address == fireaddr && (cur->flags & BKPOINT_INPROG)) {
    372372                /* Remove one-shot breakpoint */
  • test/synch/semaphore2/test.c

    rf15fe51 r9f3b880  
    9393void test(void)
    9494{
    95         context_t ctx;
    9695        __u32 i, k;
    9796       
Note: See TracChangeset for help on using the changeset viewer.