Bugs item #592258, was opened at 2002-08-08 04:23
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=390117&aid=592258&group_id=27350
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Wrong output at lxr.linux.no
Initial Comment:
Sorry if this is the wrong place for this.
If you look at
http://lxr.linux.no/source/include/asm-i386/div64.h
on line 12 there's
asm("divl %2":"=a" (__low), "=d" (__mod):"rm" (base),
"" (__low), "1" (__upper)); \
but the actual linux source has
asm("divl %2":"=a" (__low), "=d" (__mod):"rm" (base),
"0" (__low), "1" (__upper)); \
(notice the missing 0)
----------------------------------------------------------------------
Comment By: Malcolm Box (mbox)
Date: 2002-09-06 21:28
Message:
Logged In: YES
user_id=215386
Sorry, this is not the right place for this - I have no
control over that site.
Comments on lxr.linux.no should be sent to lx...@li....
Malcolm
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=390117&aid=592258&group_id=27350
|