Subject: error in 'ccom/optable' previous update Index: lib/ccom/optable 2.11BSD Description: An error was made (fumble fingeredness, etc) in the previous update to 'optable'. Repeat-By: A floating "0.0" in a function call will generate a "clr -(sp)" instead of the correct "clrf -(sp)". Fix: Apply the following patch to ccom/optable and recompile 'c1'. ------------------------------------------------------------------- *** optable.old Thu Oct 3 16:39:24 1991 --- optable Fri Oct 11 08:26:52 1991 *************** *** 1911,1917 **** cs106: %z,n %zf,n ! clr -(sp) %aw,n mov A1,-(sp) --- 1911,1917 ---- cs106: %z,n %zf,n ! clrB1 -(sp) %aw,n mov A1,-(sp)