* [APPROVE] fix synthetic target typo
@ 2003-03-30 17:57 Bart Veer
2003-03-30 18:25 ` Jonathan Larmour
0 siblings, 1 reply; 2+ messages in thread
From: Bart Veer @ 2003-03-30 17:57 UTC (permalink / raw)
To: ecos-maintainers
I have already applied the following to the trunk, it is obviously
correct and should be applied to the release branch.
Bart
2003-03-30 Bart Veer <bartv@ecoscentric.com>
* src/synth_intr.c (synth_auxiliary_xchgmsg): fix typo reported
by Savin Zlobec
Index: synth_intr.c
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/synth/arch/current/src/synth_intr.c,v
retrieving revision 1.4.2.1
diff -u -u -r1.4.2.1 synth_intr.c
--- synth_intr.c 27 Mar 2003 09:11:09 -0000 1.4.2.1
+++ synth_intr.c 30 Mar 2003 17:56:11 -0000
@@ -1016,10 +1016,10 @@
request[SYNTH_REQUEST_ARG1_OFFSET + 1] = (arg1 >> 8) & 0x0FF;
request[SYNTH_REQUEST_ARG1_OFFSET + 2] = (arg1 >> 16) & 0x0FF;
request[SYNTH_REQUEST_ARG1_OFFSET + 3] = (arg1 >> 24) & 0x0FF;
- request[SYNTH_REQUEST_ARG2_OFFSET + 0] = (arg1 >> 0) & 0x0FF;
- request[SYNTH_REQUEST_ARG2_OFFSET + 1] = (arg1 >> 8) & 0x0FF;
- request[SYNTH_REQUEST_ARG2_OFFSET + 2] = (arg1 >> 16) & 0x0FF;
- request[SYNTH_REQUEST_ARG2_OFFSET + 3] = (arg1 >> 24) & 0x0FF;
+ request[SYNTH_REQUEST_ARG2_OFFSET + 0] = (arg2 >> 0) & 0x0FF;
+ request[SYNTH_REQUEST_ARG2_OFFSET + 1] = (arg2 >> 8) & 0x0FF;
+ request[SYNTH_REQUEST_ARG2_OFFSET + 2] = (arg2 >> 16) & 0x0FF;
+ request[SYNTH_REQUEST_ARG2_OFFSET + 3] = (arg2 >> 24) & 0x0FF;
request[SYNTH_REQUEST_TXLEN_OFFSET + 0] = (txlen >> 0) & 0x0FF;
request[SYNTH_REQUEST_TXLEN_OFFSET + 1] = (txlen >> 8) & 0x0FF;
request[SYNTH_REQUEST_TXLEN_OFFSET + 2] = (txlen >> 16) & 0x0FF;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [APPROVE] fix synthetic target typo
2003-03-30 17:57 [APPROVE] fix synthetic target typo Bart Veer
@ 2003-03-30 18:25 ` Jonathan Larmour
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Larmour @ 2003-03-30 18:25 UTC (permalink / raw)
To: Bart Veer; +Cc: ecos-maintainers
Bart Veer wrote:
> I have already applied the following to the trunk, it is obviously
> correct and should be applied to the release branch.
Please do.
Jifl
--
eCosCentric http://www.eCosCentric.com/ The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-03-30 18:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-30 17:57 [APPROVE] fix synthetic target typo Bart Veer
2003-03-30 18:25 ` Jonathan Larmour
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 read-only IMAP folder(s) and NNTP newsgroup(s).