From ec9ad3a0620d35dbecb39118745f35a451a086a0 Mon Sep 17 00:00:00 2001 From: billow Date: Sat, 1 Jun 2024 06:49:42 +0800 Subject: [PATCH] tricore : fix --- librz/arch/isa/tricore/tricore_il_fp.inc | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/librz/arch/isa/tricore/tricore_il_fp.inc b/librz/arch/isa/tricore/tricore_il_fp.inc index dfaaf7fe094..2046756f297 100644 --- a/librz/arch/isa/tricore/tricore_il_fp.inc +++ b/librz/arch/isa/tricore/tricore_il_fp.inc @@ -1,20 +1,12 @@ // SPDX-FileCopyrightText: 2024 billow // SPDX-License-Identifier: LGPL-3.0-only -// static const ut32 ADD_NAN __attribute__((unused)) = 0x7fc00001; -// static const ut32 DIV_NAN __attribute__((unused)) = 0x7fc00008; -// static const ut32 MUL_NAN __attribute__((unused)) = 0x7fc00002; -// static const ut32 SQRT_NAN __attribute__((unused)) = 0x7fc00004; -// -static const ut32 HP_MAX_VALUE __attribute__((unused)) = 65504; -static const ut32 HP_MIN_NORMAL __attribute__((unused)) = 1024 * 16; +static const ut32 HP_MAX_VALUE = 65504; +static const ut32 HP_MIN_NORMAL = 1024 * 16; static const ut32 HP_NEG_INFINITY = 0xfc00; static const ut32 HP_POS_INFINITY = 0x7c00; -// static const ut32 NEG_INFINITY __attribute__((unused)) = 0xff800000; -// static const ut32 POS_INFINITY __attribute__((unused)) = 0x7f800000; - #define F2SINT32(x, m) F2SINT(32, m, x) #define denorm_to_zere_(T, x) \