From e02612a14b2b714e9d231d14c91e729f0f168299 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 9 Jan 2007 03:36:59 +0100 Subject: x86_64: re-add a newline to RESTORE_CONTEXT RESTORE_CONTEXT lost a newline: http://www.mail-archive.com/kgdb-bugreport@lists.sourceforge.net/msg00559.html Reported by Steven M. Christey. Signed-off-by: Adrian Bunk --- include/asm-x86_64/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asm-x86_64/system.h b/include/asm-x86_64/system.h index 7b2c7aa2b06e..dacec59909b7 100644 --- a/include/asm-x86_64/system.h +++ b/include/asm-x86_64/system.h @@ -21,7 +21,7 @@ /* frame pointer must be last for get_wchan */ #define SAVE_CONTEXT "pushf ; pushq %%rbp ; movq %%rsi,%%rbp\n\t" -#define RESTORE_CONTEXT "movq %%rbp,%%rsi ; popq %%rbp ; popf\t" +#define RESTORE_CONTEXT "movq %%rbp,%%rsi ; popq %%rbp ; popf\n\t" #define __EXTRA_CLOBBER \ ,"rcx","rbx","rdx","r8","r9","r10","r11","r12","r13","r14","r15" -- cgit v1.2.3