Skip to content
Snippets Groups Projects
Commit c1a5a957 authored by Pierre Roux's avatar Pierre Roux Committed by Björn Brandenburg
Browse files

Remove spin processor model Global Instance

parent bf041432
No related branches found
No related tags found
No related merge requests found
...@@ -48,12 +48,12 @@ Section State. ...@@ -48,12 +48,12 @@ Section State.
(** Finally, we connect the above definitions with the generic Prosa (** Finally, we connect the above definitions with the generic Prosa
interface for abstract processor states. *) interface for abstract processor states. *)
Global Program Instance pstate_instance : ProcessorState Job := Program Definition pstate_instance : ProcessorState Job :=
{ {|
State := processor_state; State := processor_state;
scheduled_on := spin_scheduled_on; scheduled_on := spin_scheduled_on;
service_on := spin_service_on service_on := spin_service_on
}. |}.
Next Obligation. Next Obligation.
move: r H. move: r H.
case: s=>//= j' _. case: s=>//= j' _.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment