Changeset 1311 for Deliverables/D3.3/id-lookup-branch/ERTL/semantics.ma
- Timestamp:
- Oct 6, 2011, 6:45:54 PM (10 years ago)
- Location:
- Deliverables/D3.3/id-lookup-branch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Deliverables/D3.3/id-lookup-branch
- Property svn:mergeinfo changed
/src merged: 1198,1206-1233,1236-1260,1262-1264,1266,1268-1271,1274-1276,1278-1290,1292
- Property svn:mergeinfo changed
-
Deliverables/D3.3/id-lookup-branch/ERTL/semantics.ma
r1197 r1311 49 49 axiom hwreg_store : Register → val → mRegisterMap → res mRegisterMap. 50 50 51 definition genv ≝ λglobals. (genv_t Genv) (fundef ( ertl_internal_function globals)).51 definition genv ≝ λglobals. (genv_t Genv) (fundef (joint_internal_function globals … (ertl_sem_params_ globals))). 52 52 53 53 (* CSC: frame reduced to this *) … … 139 139 140 140 axiom fetch_statement: ∀globals: list ident. state → res (ertl_statement globals). 141 axiom fetch_function: ∀globals: list ident. state → res ( ertl_internal_function globals).141 axiom fetch_function: ∀globals: list ident. state → res (joint_internal_function globals … (ertl_sem_params_ globals)). 142 142 143 143 definition init_locals : list register → register_env val ≝ … … 191 191 (* CSC: monadic notation missing here *) 192 192 bind ?? (fetch_function globals st) (λf. 193 OK ? ( ertl_if_stacksize globalsf)).193 OK ? (joint_if_stacksize globals … f)). 194 194 195 195 definition get_hwsp : state → res address ≝
Note: See TracChangeset
for help on using the changeset viewer.