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
cb0fe566
Commit
cb0fe566
authored
Jan 31, 2016
by
Matthias Braun
Browse files
Fix bug introduced in bejit commit
parent
068a788a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bemain.c
View file @
cb0fe566
...
...
@@ -155,7 +155,6 @@ static void initialize_isa(void)
isa_if
->
init
();
obstack_init
(
&
obst
);
memset
(
be_asm_constraint_flags
,
0
,
sizeof
(
be_asm_constraint_flags
));
isa_initialized
=
true
;
}
...
...
@@ -355,6 +354,8 @@ static ir_graph *be_prepare_profile(const char *const cup_name)
void
be_begin
(
FILE
*
file_handle
,
const
char
*
cup_name
)
{
memset
(
be_asm_constraint_flags
,
0
,
sizeof
(
be_asm_constraint_flags
));
bemain_timer
=
NULL
;
if
(
be_options
.
timing
)
{
bemain_timer
=
ir_timer_new
();
...
...
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