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
b0d9cc1c
Commit
b0d9cc1c
authored
Aug 01, 2008
by
Christoph Mallon
Browse files
Add two break; missing in r20857.
[r20881]
parent
21853dc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tv/tv.c
View file @
b0d9cc1c
...
...
@@ -1202,6 +1202,7 @@ tarval *tarval_sub(tarval *a, tarval *b) {
buffer
=
alloca
(
sc_get_buffer_length
());
sc_sub
(
a
->
value
,
b
->
value
,
buffer
);
res
=
get_tarval_overflow
(
buffer
,
a
->
length
,
a
->
mode
);
break
;
case
irms_float_number
:
if
(
no_float
)
...
...
@@ -1209,6 +1210,7 @@ tarval *tarval_sub(tarval *a, tarval *b) {
fc_sub
(
a
->
value
,
b
->
value
,
NULL
);
res
=
get_tarval_overflow
(
fc_get_buffer
(),
fc_get_buffer_length
(),
a
->
mode
);
break
;
default:
return
tarval_bad
;
...
...
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