1.0.0.32: support for FreeBSD/x86-64
[sbcl.git] / src / runtime / sparc-sunos-os.h
index e88eae5..4f099ac 100644 (file)
@@ -4,8 +4,8 @@
 typedef ucontext_t os_context_t;
 
 static inline os_context_t *arch_os_get_context(void **void_context) {
-  asm volatile ("ta 0x03"); /* ta ST_FLUSH_WINDOWS */
-  return (os_context_t *) (*void_context);
+    asm volatile ("ta 0x03"); /* ta ST_FLUSH_WINDOWS */
+    return (os_context_t *) (*void_context);
 }
 
 #endif /* _SPARC_SOLARIS_OS_H */