Fixed ADF 4 error
authorceriel <none@none>
Wed, 2 Oct 1991 12:36:36 +0000 (12:36 +0000)
committerceriel <none@none>
Wed, 2 Oct 1991 12:36:36 +0000 (12:36 +0000)
mach/sparc/ce/EM_table.x

index 51dffd8..c392254 100644 (file)
@@ -1027,7 +1027,12 @@ C_adf_narg       ==>
                        if (n == EM_WSIZE)
                        {
                                f1= pop_float();
-                               inc_tos_reg(f1);
+                               f2= pop_float();
+                               f3= alloc_float();
+                               "fadds  $f2, $f1, $f3";
+                               free_reg(f1);
+                               free_reg(f2);
+                               push_reg(f3);
                        }
                        else if (n == EM_DSIZE)
                        {