From c3f444124b88113050a5c9fc6389c004c07916c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Wed, 21 May 2003 07:13:23 +0000 Subject: [PATCH] bugfix [r1239] --- ir/ir/irmode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ir/irmode.h b/ir/ir/irmode.h index 2baca3418..c24bcff27 100644 --- a/ir/ir/irmode.h +++ b/ir/ir/irmode.h @@ -104,7 +104,7 @@ typedef enum { irma_none = 1, /**< For modes for which no representation is specified. These are modes of sort auxiliary, internal_boolean and character. */ - irma_twos_complement = 2 /**< Values of the mode are represented as two's complement. + irma_twos_complement = 2, /**< Values of the mode are represented as two's complement. Only legal for modes of sort int_number and reference. */ irma_ones_complement, /**< Values of the mode are represented as one's complement. Only legal for modes of sort int_number and reference. */ -- 2.20.1