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
206d352e
Commit
206d352e
authored
Aug 28, 2015
by
Christoph Mallon
Browse files
amd64: jmp has no immediate, so use AMD64_OP_NONE instead of AMD64_OP_IMM32.
parent
16aa815b
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/amd64/amd64_spec.pl
View file @
206d352e
...
...
@@ -382,7 +382,7 @@ jmp => {
state
=>
"
pinned
",
op_flags
=>
[
"
cfopcode
"
],
out_reqs
=>
[
"
exec
"
],
fixed
=>
"
amd64_op_mode_t op_mode = AMD64_OP_
IMM32
;
",
fixed
=>
"
amd64_op_mode_t op_mode = AMD64_OP_
NONE
;
",
},
cmp
=>
{
...
...
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