1.0.13.9: Fix another segfault from the new RESTART-FRAME instrumentation
[sbcl.git] / src / runtime / sparc-sunos-os.h
index 4f099ac..b1dc334 100644 (file)
@@ -3,7 +3,8 @@
 
 typedef ucontext_t os_context_t;
 
-static inline os_context_t *arch_os_get_context(void **void_context) {
+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);
 }