aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/Conventions1.v
diff options
context:
space:
mode:
Diffstat (limited to 'riscV/Conventions1.v')
-rw-r--r--riscV/Conventions1.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/riscV/Conventions1.v b/riscV/Conventions1.v
index 09cbbb44..27d09d94 100644
--- a/riscV/Conventions1.v
+++ b/riscV/Conventions1.v
@@ -438,3 +438,9 @@ Lemma loc_arguments_main:
Proof.
reflexivity.
Qed.
+
+(** ** Normalization of function results *)
+
+(** No normalization needed. *)
+
+Definition return_value_needs_normalization (t: rettype) := false.