blob: 9a95acc1b8999fc915826e896db6456741ef2f68 (
plain)
1
2
3
4
5
6
7
8
|
/* Private macros for accessing __jmp_buf contents. BFIN version. */
/*
* Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
*
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
*/
#define JB_SP 1
|