Changeset d9fdd5a in mainline for uspace/lib/c/arch/ia32/include/libarch/fibril_context.h
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/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 … … 53 54 54 55 #endif 56 #endif 55 57
Note:
See TracChangeset
for help on using the changeset viewer.