2009-05-02 18:30:28 +00:00
|
|
|
/*
|
2012-07-19 18:11:40 +00:00
|
|
|
* Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
|
2009-05-02 18:30:28 +00:00
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
*/
|
|
|
|
#ifndef _ARCH_SETJMP_H_
|
|
|
|
#define _ARCH_SETJMP_H_
|
|
|
|
|
2010-11-03 21:46:47 +00:00
|
|
|
|
2009-05-02 18:30:28 +00:00
|
|
|
typedef int __jmp_buf[42];
|
|
|
|
#warning MIPSEL: fix jmpbuf size
|
|
|
|
|
|
|
|
#endif /* _ARCH_SETJMP_H_ */
|