added rcsid
authorsater <none@none>
Sat, 19 May 1984 11:38:15 +0000 (11:38 +0000)
committersater <none@none>
Sat, 19 May 1984 11:38:15 +0000 (11:38 +0000)
added code to insure instructions come out in .text space

mach/proto/cg/codegen.c

index ca04c78..8c4fb6f 100644 (file)
@@ -1,3 +1,7 @@
+#ifndef NORCSID
+static char rcsid[] = "$Header$";
+#endif
+
 #include "assert.h"
 #include "param.h"
 #include "tables.h"
@@ -649,8 +653,10 @@ if (Debug)
        break;
 #ifdef REGVARS
     case DO_PRETURN:
-       if (toplevel)
+       if (toplevel) {
+               swtxt();
                regreturn();    /* in mach.c */
+       }
        break;
 #endif
     case DO_RETURN: