Changeset d9fdd5a in mainline for uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h
r30e9f42 rd9fdd5a 26 26 */ 27 27 28 #pragma once 28 #ifndef LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 #define LIBC_ARCH_FIBRIL_CONTEXT_H_ 29 30 30 31 #define CONTEXT_OFFSET_SP 0x00 … … 85 86 86 87 #endif 88 #endif 87 89
Note:
See TracChangeset
for help on using the changeset viewer.