Changeset c317873 in rtems for c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c
- Timestamp:
- 10/07/11 09:18:24 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- da30d6c0
- Parents:
- c6d8f997
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c
rc6d8f997 rc317873 71 71 { 72 72 static const uintptr_t BRANCH_OP_CODE = 18 << 26; 73 static const uintptr_t BRANCH_OP_LINK = 0x1; 73 /* static const uintptr_t BRANCH_OP_LINK = 0x1; */ 74 74 static const uintptr_t BRANCH_OP_ABS = 0x2; 75 75 static const uintptr_t BRANCH_OP_MSK = 0x3ffffff;
Note: See TracChangeset
for help on using the changeset viewer.