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
2e159466
Commit
2e159466
authored
May 15, 2006
by
Christian Würdig
Browse files
fixed error message
parent
11ec7d30
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_intrinsics.c
View file @
2e159466
...
...
@@ -134,7 +134,7 @@ entity *ia32_create_intrinsic_fkt(ir_type *method, const ir_op *op,
mapper
=
map_Sub
;
break
;
default:
ir_
fprintf
(
stderr
,
"FIXME: unhandled op for ia32 intrinsic function %
+O
\n
"
,
op
);
fprintf
(
stderr
,
"FIXME: unhandled op for ia32 intrinsic function %
s
\n
"
,
get_id_str
(
op
->
name
)
);
return
def_create_intrinsic_fkt
(
method
,
op
,
imode
,
omode
,
context
);
}
...
...
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