From 04b822ca7eaf59a967b9b8f700104b78e77e5c98 Mon Sep 17 00:00:00 2001 From: Alix Trieu Date: Tue, 9 Apr 2019 17:00:39 +0200 Subject: Typo in comment about Ijumptable in RTL.v --- backend/RTL.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/RTL.v') diff --git a/backend/RTL.v b/backend/RTL.v index 16723d96..9599a24a 100644 --- a/backend/RTL.v +++ b/backend/RTL.v @@ -73,7 +73,7 @@ Inductive instruction: Type := it transitions to [ifnot]. *) | Ijumptable: reg -> list node -> instruction (** [Ijumptable arg tbl] transitions to the node that is the [n]-th - element of the list [tbl], where [n] is the signed integer + element of the list [tbl], where [n] is the unsigned integer value of register [arg]. *) | Ireturn: option reg -> instruction. (** [Ireturn] terminates the execution of the current function -- cgit