Browse Source

Fixed NOP

ceriel 33 years ago
parent
commit
10bacd48a8
4 changed files with 4 additions and 4 deletions
  1. 1 1
      mach/i386/ce/EM_table
  2. 1 1
      mach/i86/ce/EM_table
  3. 1 1
      mach/m68020/ce/EM_table
  4. 1 1
      mach/sun3/ce/EM_table

+ 1 - 1
mach/i386/ce/EM_table

@@ -1025,7 +1025,7 @@ C_lpb		==> 	"pop eax";
 C_mon		==> 	"pop eax";
 			"call .mon".
 
-C_nop		==> 	"call .nop".
+C_nop		==> 	.
 
 C_rck
   $1 == 4	==>	"pop ebx";

+ 1 - 1
mach/i86/ce/EM_table

@@ -1177,7 +1177,7 @@ C_lpb		==> 	"pop ax";
 C_mon		==> 	"pop ax";
 			"call .mon".
 
-C_nop		==> 	"call .nop".
+C_nop		==> 	.
 
 C_rck
   $1 == 2	==>	"pop bx";

+ 1 - 1
mach/m68020/ce/EM_table

@@ -830,7 +830,7 @@ C_lpb		==>	C_adp( (arith)8).
 
 C_mon		==>	"jsr (.mon)".
 
-C_nop		==>	"jsr (.nop)".
+C_nop		==>	.
 
 C_rck		
   	$1 == 4		==>	"move.l (sp)+, a0";

+ 1 - 1
mach/sun3/ce/EM_table

@@ -765,7 +765,7 @@ C_lpb		==>	C_adp( (arith)8).
 
 C_mon		==>	"jsr (.mon)".
 
-C_nop		==>	"jsr (.nop)".
+C_nop		==>	.
 
 C_rck		
   	$1 == 4		==>	"move.l (sp)+, a0";