Change definition of `compiled-entry-kind' for return addresses. Now,
authorChris Hanson <org/chris-hanson/cph>
Thu, 29 Dec 1988 07:33:57 +0000 (07:33 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 29 Dec 1988 07:33:57 +0000 (07:33 +0000)
commit1e7e9a3fef49e7dbf51bcd6a226090ea8ee97e59
tree0b6b3e0a2cebf8ec0a4c013fa9c0142dc446ce41
parentadd16995dd0b648c45f2ef46c83721e441cf0de3
Change definition of `compiled-entry-kind' for return addresses.  Now,
the second element is a subtype: 0 means that the offset to the next
return address is fixed and known; 1 means that the next element on
the stack is a dynamic link, which points at the next return address;
and 2 means that this is the "return-to-interpreter" return address.
The third element is either a non-negative offset (for subtypes 0 and
2) or -1 (for subtype 1).
v7/src/microcode/version.h
v8/src/microcode/version.h