From ca7b6058fa0e1e55c15a8690754877d53459bfeb Mon Sep 17 00:00:00 2001 From: Chris Taylor Date: Sun, 3 Dec 2006 03:12:25 +0000 Subject: [PATCH] fix assemble error for gas (fix bug #2312) --- ChangeLog | 4 ++++ texmap/tmapppro.S | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1b527b09..fab7806f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-03 Chris Taylor + + * texmap/tmapppro.S: fix assemble error for gas (fix bug #2312) + 2006-12-02 Chris Taylor * texmap/scanline.c: divide negative light rates of change diff --git a/texmap/tmapppro.S b/texmap/tmapppro.S index 8266db2c..c1dde613 100644 --- a/texmap/tmapppro.S +++ b/texmap/tmapppro.S @@ -1,4 +1,4 @@ -/// $Id: tmapppro.S,v 1.6 2003-12-08 21:21:16 btb Exp $ +/// $Id: tmapppro.S,v 1.7 2006-12-03 03:12:25 chris Exp $ /// tmap_scanline_per - Pentium-Pro-optimized assembly version /// written by Brian Raiter, Mar 1998. /// lighting roundoff error fixed by Matt Mueller, July 1999 @@ -122,7 +122,7 @@ // dzdx to z, and finally puts 64 back onto the stack. At the end of // the macro, the stack contains: 64, z, u, v. -.macro DoFPCalcs 0 // The FP stack after each instruction: +.macro DoFPCalcs // The FP stack after each instruction: // 64/z z u v fst %st(4) // 64/z z u v 64/z fxch %st(2) // u z 64/z v 64/z -- 2.39.2