Changes in kernel/arch/ppc32/src/exception.S [cfdeedc:95d45482] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/exception.S
rcfdeedc r95d45482 126 126 .endm 127 127 128 // XXX: K_UNMAPPED_TEXT_START section starts at 0x100,128 // NOTE: K_UNMAPPED_TEXT_START section starts at 0x100, 129 129 // so all the following .org directives are relative to that. 130 130 #define ABSOLUTE(x) ((x) - 0x100)
Note:
See TracChangeset
for help on using the changeset viewer.