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
b0a9ca6a
Commit
b0a9ca6a
authored
Feb 09, 2015
by
Christoph Mallon
Browse files
ia32: Unbreak immediate constraints, e.g. "i".
Setting the register class got lost.
parent
c9b53741
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/x86_asm.c
View file @
b0a9ca6a
...
...
@@ -176,6 +176,7 @@ static void parse_asm_constraints(parsed_constraint_t *const constraint,
memory_possible
=
true
;
goto
fine
;
case
MATCH_IMM
:
new_cls
=
constraint
->
cls
;
new_imm
=
*
c
;
goto
fine
;
case
MATCH_ANY
:
...
...
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