summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-panic-defer.c
blob: 64773bb5eb58e17075bba0c90a4eb0bfa5df8d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* go-panic-stack.c -- The panic/defer stack.

   Copyright 2010 The Go Authors. All rights reserved.
   Use of this source code is governed by a BSD-style
   license that can be found in the LICENSE file.  */

#include "go-panic.h"

#ifdef __rtems__
#define __thread
#endif

__thread struct __go_panic_defer_struct *__go_panic_defer;