mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 23:49:35 +00:00
CRIS: Correct typos.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5447 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9b32fbf88b
commit
dd20fcd0ac
@ -2994,14 +2994,13 @@ cris_decoder(DisasContext *dc)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(CONFIG_USER_ONLY)
|
#if !defined(CONFIG_USER_ONLY)
|
||||||
/* Single-stepping ? */
|
/* Single-stepping ? */
|
||||||
if (dc->tb_flags & S_FLAG) {
|
if (dc->tb_flags & S_FLAG) {
|
||||||
int l1;
|
int l1;
|
||||||
|
|
||||||
l1 = gen_new_label();
|
l1 = gen_new_label();
|
||||||
tcg_gen_brcondi_tl(TCG_COND_NE,
|
tcg_gen_brcondi_tl(TCG_COND_NE, cpu_PR[PR_SPC], dc->pc, l1);
|
||||||
cpu_PR[PR_SPC], tcg_const_tl(dc->pc), l1);
|
|
||||||
/* We treat SPC as a break with an odd trap vector. */
|
/* We treat SPC as a break with an odd trap vector. */
|
||||||
cris_evaluate_flags (dc);
|
cris_evaluate_flags (dc);
|
||||||
t_gen_mov_env_TN(trap_vector, tcg_const_tl(3));
|
t_gen_mov_env_TN(trap_vector, tcg_const_tl(3));
|
||||||
|
Loading…
Reference in New Issue
Block a user