Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
ec3df9a8
Commit
ec3df9a8
authored
Dec 03, 2008
by
Michael Beck
Browse files
- fixed warning
[r24260]
parent
e32731e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tv/fltcalc.c
View file @
ec3df9a8
...
...
@@ -1034,10 +1034,11 @@ done:
}
fp_value
*
fc_val_from_ieee754
(
LLDBL
l
,
const
ieee_descriptor_t
*
desc
,
fp_value
*
result
)
{
char
*
temp
;
int
bias_res
,
bias_val
,
mant_val
;
char
*
temp
;
int
bias_res
,
bias_val
,
mant_val
;
value_t
srcval
;
UINT32
sign
,
exponent
,
mantissa0
,
mantissa1
;
char
sign
;
UINT32
exponent
,
mantissa0
,
mantissa1
;
srcval
.
d
=
l
;
bias_res
=
((
1
<<
(
desc
->
exponent_size
-
1
))
-
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment