aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/BTL.v
diff options
context:
space:
mode:
Diffstat (limited to 'scheduling/BTL.v')
-rw-r--r--scheduling/BTL.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/scheduling/BTL.v b/scheduling/BTL.v
index 0f9ef44f..991361ca 100644
--- a/scheduling/BTL.v
+++ b/scheduling/BTL.v
@@ -25,11 +25,11 @@ Definition exit := node. (* we may generalize this with register renamings at e
(* inst_info is a ghost record to provide instruction information through oracles *)
Parameter inst_info: Set.
-Extract Constant inst_info => "BTLaux.inst_info".
+Extract Constant inst_info => "BTLtypes.inst_info".
(* block_info is a ghost record to provide block information through oracles *)
Parameter block_info: Set.
-Extract Constant block_info => "BTLaux.block_info".
+Extract Constant block_info => "BTLtypes.block_info".
(** final instructions (that stops block execution) *)
Inductive final: Type :=