SmartAudio/lichee/linux-4.9/arch/x86/um/shared/sysdep/archsetjmp.h

6 lines
83 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#ifdef __i386__
#include "archsetjmp_32.h"
#else
#include "archsetjmp_64.h"
#endif