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
7ebe4f36
Commit
7ebe4f36
authored
Apr 23, 2007
by
Michael Beck
Browse files
allow character mode constants
[r13446]
parent
cb4f7c3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
7ebe4f36
...
...
@@ -149,7 +149,7 @@ char get_mode_suffix(const ir_mode *mode) {
return
't'
;
}
}
else
{
assert
(
mode_is_int
(
mode
)
||
mode_is_reference
(
mode
));
assert
(
mode_is_int
(
mode
)
||
mode_is_reference
(
mode
)
||
mode_is_character
(
mode
)
);
switch
(
get_mode_size_bits
(
mode
))
{
case
64
:
return
'q'
;
...
...
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