From 6a4f13e81c928f15b899a91099d60ffb33ff13c2 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 21 Dec 2004 17:10:28 +0000 Subject: [PATCH] changed type [r4708] --- ir/ir/irarch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ir/irarch.h b/ir/ir/irarch.h index 564b00319..9d8ada8e5 100644 --- a/ir/ir/irarch.h +++ b/ir/ir/irarch.h @@ -27,7 +27,7 @@ typedef struct { /* Div/Mod optimization */ int allow_mulhs : 1; /**< Use the Mulhs operation for division by constant */ int allow_mulhu : 1; /**< Use the Mulhu operation for division by constant */ - unsigned max_bits_for_mulh; /**< Maximum number of bits the Mulh operation can take. + int max_bits_for_mulh; /**< Maximum number of bits the Mulh operation can take. Modes with higher amount of bits will use Mulh */ } arch_dep_params_t; -- 2.20.1