On Mon, 11 Mar 2002, Nicholas Clark wrote:
> On Sat, Feb 16, 2002 at 10:32:10PM +0000, Simon Glover wrote: > ^^^^^^^^^^^^^^^^^ > Should I apply the revised patch as appended? > Looks like a few bits have already been patched. Try the attached instead. Simon --- core.ops.old Mon Mar 11 16:46:53 2002 +++ core.ops Mon Mar 11 16:51:24 2002 @@ -576,7 +576,7 @@ =head2 Conditional branch operations -These opertions perform a conditional relative branch. If the condition is +These operations perform a conditional relative branch. If the condition is met, the branch happens, otherwise control falls to the next operation. =over 4 @@ -1133,7 +1133,7 @@ =item B<dec>(inout INT, in INT) -=item B<dec>(inout NUM, in INT) +=item B<dec>(inout NUM, in NUM) Decrease $1 by the amount in $2. @@ -1298,8 +1298,6 @@ =item B<mul>(out NUM, in NUM, in NUM) -=item B<mul>(n, n, nc) - Set $1 to the product of $2 and $3. =cut @@ -1317,7 +1315,9 @@ ######################################## -=item B<not>(out INT, in INT) +=item B<neg>(out INT, in INT) + +=item B<neg>(out NUM, in NUM) Set $1 to the negative of $2.