Changeset a5c78a18 in mainline for uspace/lib/c/arch/arm32/include/libarch/fibril_context.h
- Timestamp:
- 2019-02-03T14:35:44Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b4f1171
- Parents:
- 67ca359
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/arm32/include/libarch/fibril_context.h
r67ca359 ra5c78a18 41 41 // XXX: This struct must match the assembly code in src/fibril.S 42 42 43 typedef struct context {43 typedef struct __context { 44 44 uintptr_t sp; 45 45 uintptr_t pc; … … 54 54 /* r11 */ 55 55 uint32_t fp; 56 } context_t;56 } __context_t; 57 57 58 58 #endif
Note:
See TracChangeset
for help on using the changeset viewer.