From: bal Date: Thu, 17 Jan 1985 10:39:33 +0000 (+0000) Subject: The EM runtime routines are reentrant now, so the remark about X-Git-Tag: release-5-5~5775 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=218ce4596e3a2ea15a6c5811364580d1840f7130;p=ack.git The EM runtime routines are reentrant now, so the remark about reentrancy is removed from this file. --- diff --git a/mach/m68k2/README b/mach/m68k2/README index 188907c96..18d5c6e23 100644 --- a/mach/m68k2/README +++ b/mach/m68k2/README @@ -53,9 +53,7 @@ on the kind of target 68000 system. The m68k2 code generator translates most EM instructions in line. For some complex EM instructions it uses assembly routines (stored in the -library "libem/libem_s.a"). It should be noted that some of these routines -are not reentrant, because they save registers in a global common -area (regsav). +library "libem/libem_s.a"). The generated code does not check for array bound errors, overflow in arithmetic operations or division by zero (the latter will cause a hardware