Mercurial > ecos
comparison packages/hal/powerpc/arch/current/src/hal_misc.c @ 36:e97d78785e2d ecos-sw-1999-09-12
Merge from eCos master repository on 1999-09-12-15:40:34-BST
| author | jlarmour |
|---|---|
| date | Sun, 12 Sep 1999 15:26:05 +0000 |
| parents | 29bc183297e1 |
| children | e7ba79f6d3a8 |
comparison
equal
deleted
inserted
replaced
| 35:d722a005a6c3 | 36:e97d78785e2d |
|---|---|
| 509 } | 509 } |
| 510 #endif | 510 #endif |
| 511 } | 511 } |
| 512 | 512 |
| 513 //--------------------------------------------------------------------------- | 513 //--------------------------------------------------------------------------- |
| 514 //A jump via a null pointer causes the CPU to end up here. | |
| 515 externC void | |
| 516 hal_null_call() | |
| 517 { | |
| 518 | |
| 519 CYG_FAIL("Call via NULL-pointer!"); | |
| 520 for(;;); | |
| 521 } | |
| 522 | |
| 523 //--------------------------------------------------------------------------- | |
| 514 // End of hal_misc.c | 524 // End of hal_misc.c |
