Imported Upstream version 1.2
[platform/upstream/libunwind.git] / include / tdep-x86_64 / jmpbuf.h
index 44fcd69..d571966 100644 (file)
@@ -1,6 +1,6 @@
 /* libunwind - a platform-independent unwind library
    Copyright (C) 2004 Hewlett-Packard Co
-       Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
+        Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
 
 This file is part of libunwind.
 
@@ -27,17 +27,17 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  */
 
 /* Use glibc's jump-buffer indices; NPTL peeks at SP: */
 
-#define JB_SP          6
-#define JB_RP          7
-#define JB_MASK_SAVED  8
-#define JB_MASK                9
+#define JB_SP           6
+#define JB_RP           7
+#define JB_MASK_SAVED   8
+#define JB_MASK         9
 
 #elif defined __FreeBSD__
 
-#define JB_SP          2
-#define JB_RP          0
+#define JB_SP           2
+#define JB_RP           0
 /* Pretend the ip cannot be 0 and mask is always saved */
-#define JB_MASK_SAVED  0
-#define JB_MASK                9
+#define JB_MASK_SAVED   0
+#define JB_MASK         9
 
 #endif