소스 검색

added rcsid
added code to insure instructions come out in .text space

sater 40 년 전
부모
커밋
6b40387d95
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      mach/proto/cg/codegen.c

+ 7 - 1
mach/proto/cg/codegen.c

@@ -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: