linux-2.3 bame
Paul Bame
bame@puffin.external.hp.com
Thu, 20 Apr 2000 13:44:53 -0600
CVSROOT: /home/cvs/parisc
Module name: linux-2.3
Changes by: bame 00/04/20 13:44:53
Modified files:
arch/parisc/lib: milli.S
Log message:
$$mulI, used to do variable integer multiplications, has been broken
since the Fort Collins Puffin Fest when we changed the assembler syntax.
In the old syntax you could put multiple op codes on one line like this:
op1 ! op2 ! op3
When ! became a comment character we lost half the statements in $$mulI.
Changed the right ! to ;