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
- Lines: 18
- Date:
2004-02-18 05:36:30.000000000 -0800
- Orig file:
linux-2.4.24/arch/mips/kernel/gdb-stub.c
- Orig date:
2003-08-25 04:44:40.000000000 -0700
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)