dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] libjit/jit jit-insn.c


From: Aleksey Demakov
Subject: [dotgnu-pnet-commits] libjit/jit jit-insn.c
Date: Sun, 07 Oct 2007 14:20:35 +0000

CVSROOT:        /sources/dotgnu-pnet
Module name:    libjit
Changes by:     Aleksey Demakov <avd>   07/10/07 14:20:35

Modified files:
        jit            : jit-insn.c 

Log message:
        extend comments for jit_insn_jump_table

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libjit/jit/jit-insn.c?cvsroot=dotgnu-pnet&r1=1.54&r2=1.55

Patches:
Index: jit-insn.c
===================================================================
RCS file: /sources/dotgnu-pnet/libjit/jit/jit-insn.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- jit-insn.c  11 Jun 2007 06:06:55 -0000      1.54
+++ jit-insn.c  7 Oct 2007 14:20:34 -0000       1.55
@@ -3947,7 +3947,10 @@
 
 /*@
  * @deftypefun int jit_insn_jump_table (jit_function_t func, jit_value_t 
value, {jit_label_t *} labels, unsigned int num_labels)
- * Branch to a label from the @code{labels} table. The @code{value} is the 
index of the label.
+ * Branch to a label from the @code{labels} table. The @code{value} is the
+ * index of the label. It is allowed to have identical labels in the table.
+ * If an entry in the table has @code{jit_label_undefined} value then it is
+ * replaced with a newly allocated label.
  * @end deftypefun
 @*/
 int jit_insn_jump_table




reply via email to

[Prev in Thread] Current Thread [Next in Thread]