Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
e7d89909
Commit
e7d89909
authored
May 12, 2006
by
Sebastian Hack
Browse files
Fixed two typos
parent
1a309182
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_intrinsics.c
View file @
e7d89909
...
...
@@ -121,7 +121,7 @@ entity *ia32_create_intrinsic_fkt(ir_type *method, const ir_op *op,
if
(
ent
&&
!
*
ent
)
{
#define IDENT(s) new_id_from_chars(s, sizeof(s)-1)
ident
*
id
=
mangle
(
IDENT
(
"L"
),
get_op_
name
(
op
));
ident
*
id
=
mangle
(
IDENT
(
"L"
),
get_op_
ident
(
op
));
*
ent
=
new_entity
(
get_glob_type
(),
id
,
method
);
}
...
...
@@ -132,4 +132,5 @@ entity *ia32_create_intrinsic_fkt(ir_type *method, const ir_op *op,
elt
.
i_call
.
link
=
NULL
;
ARR_APP1
(
i_record
,
intrinsics
,
elt
);
return
*
ent
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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