From de2184248542b8a65cfe751a1fd515c126233fa2 Mon Sep 17 00:00:00 2001 From: keie Date: Tue, 22 Apr 1986 10:40:29 +0000 Subject: [PATCH] Added EODDZ to the exported externals. It should have been there from the start. --- mach/i86/libsys/head_em.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/i86/libsys/head_em.s b/mach/i86/libsys/head_em.s index fd45fde90..d421e79b8 100644 --- a/mach/i86/libsys/head_em.s +++ b/mach/i86/libsys/head_em.s @@ -1,6 +1,6 @@ .define begtext,begdata,begbss .define hol0,.reghp,.limhp,.trppc,.ignmask -.define ERANGE,ESET,EHEAP,ECASE,EILLINS +.define ERANGE,ESET,EHEAP,ECASE,EILLINS,EODDZ ERANGE = 1 ESET = 2 -- 2.34.1