From 167217bec15c9c7aa70ba2a3dc9c689b3cd91872 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 14 May 2001 14:19:32 +0000 Subject: import new version of dietlibc --- mdk-stage1/dietlibc/sparc/__longjmp.S | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mdk-stage1/dietlibc/sparc/__longjmp.S') diff --git a/mdk-stage1/dietlibc/sparc/__longjmp.S b/mdk-stage1/dietlibc/sparc/__longjmp.S index 81dd24af2..72e001a2f 100644 --- a/mdk-stage1/dietlibc/sparc/__longjmp.S +++ b/mdk-stage1/dietlibc/sparc/__longjmp.S @@ -1,7 +1,8 @@ -#define _ASM -#define _SETJMP_H -#include +#include +#define JB_SP 0 +#define JB_FP 1 +#define JB_PC 2 #define ENV(base,reg) [%base + (reg * 4)] #define ST_FLUSH_WINDOWS 3 -- cgit v1.2.1