Changeset 656 for soft/giet_vm/giet_boot/boot.c
- Timestamp:
- Jul 22, 2015, 5:33:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_boot/boot.c
r646 r656 1276 1276 psched->context[ltid][CTX_SR_ID] = GIET_SR_INIT_VALUE; 1277 1277 psched->context[ltid][CTX_SP_ID] = ctx_sp; 1278 psched->context[ltid][CTX_EPC_ID] = ctx_entry; 1278 1279 psched->context[ltid][CTX_ENTRY_ID] = ctx_entry; 1279 1280 psched->context[ltid][CTX_PTPR_ID] = ctx_ptpr;
Note: See TracChangeset
for help on using the changeset viewer.