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
daa56549
Commit
daa56549
authored
Mar 03, 2006
by
Christian Würdig
Browse files
fixed bug
parent
719b0dc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/scripts/generate_new_opcodes.pl
View file @
daa56549
...
...
@@ -254,7 +254,7 @@ foreach my $op (keys(%nodes)) {
$n_opcodes
++
;
$temp
=
"
op_
$op
= new_ir_op(cur_opcode++,
\"
$op
\"
, op_pin_state_
"
.
$n
{"
state
"}
.
"
,
"
.
$n
{"
op_flags
"};
$temp
.=
"
,
"
.
translate_arity
(
$arity
)
.
"
,
2
, sizeof(
$arch
\
_attr_t), &ops);
\n
";
$temp
.=
"
,
"
.
translate_arity
(
$arity
)
.
"
,
0
, sizeof(
$arch
\
_attr_t), &ops);
\n
";
push
(
@obst_new_irop
,
$temp
);
}
...
...
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