Changeset 145fc8c in rtems for c/src/librdbg/src/m68k/rdbg_f.c
- Timestamp:
- 11/04/02 22:19:11 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8491956
- Parents:
- 1740467b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/librdbg/src/m68k/rdbg_f.c
r1740467b r145fc8c 19 19 #include <rtems/score/thread.h> 20 20 21 void 22 CtxToRegs (const CPU_Exception_frame * ctx, xdr_regs * regs) 21 m68k_isr_entry set_vector( 22 rtems_isr_entry handler, 23 rtems_vector_number vector, 24 int type 25 ); 26 27 void CtxToRegs (const CPU_Exception_frame * ctx, xdr_regs * regs) 23 28 { 24 29 regs->r_dreg[0] = ctx->d0;
Note: See TracChangeset
for help on using the changeset viewer.