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
11d99dd2
Commit
11d99dd2
authored
Jan 28, 2010
by
Olaf Liebe
Browse files
emit unknown values as 0
[r26995]
parent
a73bc24e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/begnuas.c
View file @
11d99dd2
...
...
@@ -450,6 +450,10 @@ static void do_dump_atomic_init(be_gas_decl_env_t *env, ir_node *init)
do_dump_atomic_init
(
env
,
get_Mul_right
(
init
));
return
;
case
iro_Unknown
:
be_emit_cstring
(
"0"
);
return
;
default:
panic
(
"dump_atomic_init(): unsupported IR-node %+F"
,
init
);
}
...
...
Write
Preview
Supports
Markdown
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