patch-2.4.25 linux-2.4.25/arch/mips/kernel/gdb-stub.c

Next file: linux-2.4.25/arch/mips/kernel/head.S
Previous file: linux-2.4.25/arch/mips/kernel/cpu-probe.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/mips/kernel/gdb-stub.c linux-2.4.25/arch/mips/kernel/gdb-stub.c
@@ -966,7 +966,7 @@
 	__asm__ __volatile__(
 			".globl	breakinst\n\t" 
 			".set\tnoreorder\n\t"
-			"nop\n\t"
+			"nop\n"
 			"breakinst:\tbreak\n\t"
 			"nop\n\t"
 			".set\treorder"
@@ -979,7 +979,7 @@
 	__asm__ __volatile__(
 			".globl	async_breakinst\n\t" 
 			".set\tnoreorder\n\t"
-			"nop\n\t"
+			"nop\n"
 			"async_breakinst:\tbreak\n\t"
 			"nop\n\t"
 			".set\treorder"

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)