Changeset 9f3b880 in mainline
- Timestamp:
- 2006-02-17T21:32:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ede493e
- Parents:
- f15fe51
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/debugger.c
rf15fe51 r9f3b880 347 347 pstate->epc += 4; 348 348 } 349 350 cur->counter++;349 if (cur) 350 cur->counter++; 351 351 if (cur && (cur->flags & BKPOINT_FUNCCALL)) { 352 printf("3.5\n"); 352 353 /* Allow zero bkfunc, just for counting */ 353 354 if (cur->bkfunc) … … 368 369 atomic_set(&haltstate,0); 369 370 } 370 371 371 if (cur && cur->address == fireaddr && (cur->flags & BKPOINT_INPROG)) { 372 372 /* Remove one-shot breakpoint */ -
test/synch/semaphore2/test.c
rf15fe51 r9f3b880 93 93 void test(void) 94 94 { 95 context_t ctx;96 95 __u32 i, k; 97 96
Note:
See TracChangeset
for help on using the changeset viewer.