9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Bakul Shah <bakul@bitblocks.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] more on why vc can't produce amd64 executables
Date: Thu, 22 Aug 2013 08:32:43 -0700	[thread overview]
Message-ID: <20130822153243.A567AB827@mail.bitblocks.com> (raw)
In-Reply-To: Your message of "Wed, 21 Aug 2013 17:44:03 EDT." <1c77ed407dc1ed28544e2033df7088ce@brasstown.quanstro.net>

On Wed, 21 Aug 2013 17:44:03 EDT erik quanstrom <quanstro@quanstro.net> wrote:
>
> i think a bug is setting inuxi8[i+4] = inuxi8[i] for 0<=i<4.
> mikro; diffy -c *.c
> diff -c /n/dump/2013/0821/sys/src/cmd/6l/obj.c obj.c
> /n/dump/2013/0821/sys/src/cmd/6l/obj.c:1455,1471 - obj.c:1455,1471
>   	int i, c;
>
>   	for(i=0; i<4; i++) {
> - 		c = find1(0x04030201L, i+1);
> + 		c = find1(0x0807060504030201ULL, i+1);

Why not
	for(i=0; i<8; i++) {
Else what is the point of
		c = find1(0x0807060504030201ULL, i+1);
Just eyeballing. I haven't looked at the actual code.



  reply	other threads:[~2013-08-22 15:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-21 18:36 erik quanstrom
2013-08-21 18:49 ` Bakul Shah
2013-08-21 18:57   ` erik quanstrom
2013-08-21 19:25     ` Bakul Shah
2013-08-21 19:29       ` erik quanstrom
2013-08-21 21:44       ` erik quanstrom
2013-08-22 15:32         ` Bakul Shah [this message]
2013-08-22 16:54           ` erik quanstrom

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=20130822153243.A567AB827@mail.bitblocks.com \
    --to=bakul@bitblocks.com \
    --cc=9fans@9fans.net \
    /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).