[Lxr-dev] [ lxr-Bugs-592258 ] Wrong output at lxr.linux.no
Brought to you by:
ajlittoz
From: <no...@so...> - 2002-08-07 19:23:30
|
Bugs item #592258, was opened at 2002-08-07 12:23 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=592258&group_id=27350 Category: None Group: None Status: Open 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) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=592258&group_id=27350 |