From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [5447] CRIS: Correct typos.
Date: Wed, 08 Oct 2008 08:28:16 +0000 [thread overview]
Message-ID: <E1KnUP2-00089V-N3@cvs.savannah.gnu.org> (raw)
Revision: 5447
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5447
Author: edgar_igl
Date: 2008-10-08 08:28:16 +0000 (Wed, 08 Oct 2008)
Log Message:
-----------
CRIS: Correct typos.
Modified Paths:
--------------
trunk/target-cris/translate.c
Modified: trunk/target-cris/translate.c
===================================================================
--- trunk/target-cris/translate.c 2008-10-07 22:54:52 UTC (rev 5446)
+++ trunk/target-cris/translate.c 2008-10-08 08:28:16 UTC (rev 5447)
@@ -2994,14 +2994,13 @@
}
}
-#if defined(CONFIG_USER_ONLY)
+#if !defined(CONFIG_USER_ONLY)
/* Single-stepping ? */
if (dc->tb_flags & S_FLAG) {
int l1;
l1 = gen_new_label();
- tcg_gen_brcondi_tl(TCG_COND_NE,
- cpu_PR[PR_SPC], tcg_const_tl(dc->pc), l1);
+ tcg_gen_brcondi_tl(TCG_COND_NE, cpu_PR[PR_SPC], dc->pc, l1);
/* We treat SPC as a break with an odd trap vector. */
cris_evaluate_flags (dc);
t_gen_mov_env_TN(trap_vector, tcg_const_tl(3));
reply other threads:[~2008-10-08 8:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1KnUP2-00089V-N3@cvs.savannah.gnu.org \
--to=edgar.iglesias@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).