The EM runtime routines are reentrant now, so the remark about

reentrancy is removed from this file.
This commit is contained in:
bal
1985-01-17 10:39:33 +00:00
parent ab8f584c8c
commit 44d3516be2

View File

@@ -53,9 +53,7 @@ on the kind of target 68000 system.
The m68k2 code generator translates most EM instructions in line. The m68k2 code generator translates most EM instructions in line.
For some complex EM instructions it uses assembly routines (stored in the 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 library "libem/libem_s.a").
are not reentrant, because they save registers in a global common
area (regsav).
The generated code does not check for array bound errors, overflow in The generated code does not check for array bound errors, overflow in
arithmetic operations or division by zero (the latter will cause a hardware arithmetic operations or division by zero (the latter will cause a hardware