From d88bac988c5b22d0da30f89e9a6bed90959a3a7f Mon Sep 17 00:00:00 2001 From: Stefani Seibold Date: Mon, 18 May 2015 08:40:53 +0200 Subject: [PATCH] fix header --- sysdeps/linux-gnu/x86/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/linux-gnu/x86/arch.h b/sysdeps/linux-gnu/x86/arch.h index e84b45d..43d14a8 100644 --- a/sysdeps/linux-gnu/x86/arch.h +++ b/sysdeps/linux-gnu/x86/arch.h @@ -29,7 +29,7 @@ #include #include -#define BREAKPOINT_VALUE {0xcc} +#define BREAKPOINT_VALUE { 0xcc } #define BREAKPOINT_LENGTH 1 #define DECR_PC_AFTER_BREAK 1 #define ARCH_ENDIAN_LITTLE