Changeset d9fdd5a in mainline for uspace/lib/c/arch/mips32/include/libarch/fibril_context.h
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/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 … … 88 89 89 90 #endif 91 #endif 90 92
Note:
See TracChangeset
for help on using the changeset viewer.