Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xing Lin
qemu
Commits
502e64fe
Commit
502e64fe
authored
Dec 24, 2009
by
Aurelien Jarno
Browse files
target-arm: fix strexd
Signed-off-by:
Aurelien Jarno
<
aurelien@aurel32.net
>
parent
f7001a3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
target-arm/translate.c
View file @
502e64fe
...
...
@@ -6622,7 +6622,7 @@ static void disas_arm_insn(CPUState * env, DisasContext *s)
gen_store_exclusive(s, rd, rm, 15, addr, 2);
break;
case 1: /* strexd */
gen_store_exclusive(s, rd, rm, rm + 1, addr,
2
);
gen_store_exclusive(s, rd, rm, rm + 1, addr,
3
);
break;
case 2: /* strexb */
gen_store_exclusive(s, rd, rm, 15, addr, 0);
...
...
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