From a4c1b2fe47152137ddc6716ab544ad6677c9c914 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Fri, 7 Jun 2013 08:48:57 +0000 Subject: remove Hp --- Hp/s800/include/emu.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Hp/s800/include/emu.h (limited to 'Hp/s800/include/emu.h') diff --git a/Hp/s800/include/emu.h b/Hp/s800/include/emu.h deleted file mode 100644 index 6bdc5056..00000000 --- a/Hp/s800/include/emu.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * system- and machine-specific declarations for emu: - * floating-point save and restore, signal handling primitive, and - * implementation of the current-process variable `up'. - */ - -extern Proc* getup(); -#define up (getup()) - -/* - * This structure must agree with FPsave and FPrestore asm routines - */ -typedef struct FPU FPU; -struct FPU -{ - fp_control fsr; -}; - -typedef sigjmp_buf osjmpbuf; -#define ossetjmp(buf) sigsetjmp(buf, 1) - -- cgit v1.2.3