From: Guillermo J. Rozas Date: Wed, 23 Jan 1991 18:56:21 +0000 (+0000) Subject: Fix bug. First entry for STORE_EXECUTE_CACHE_CODE should have been an X-Git-Tag: 20090517-FFI~10962 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8d2f91d99f5613f4f6cb4adb924fd1eac0a70026;p=mit-scheme.git Fix bug. First entry for STORE_EXECUTE_CACHE_CODE should have been an entry for STORE_EXECUTE_CACHE_ADDRESS. --- diff --git a/v7/src/compiler/documentation/cmpint.txt b/v7/src/compiler/documentation/cmpint.txt index a51ac3119..89876c105 100644 --- a/v7/src/compiler/documentation/cmpint.txt +++ b/v7/src/compiler/documentation/cmpint.txt @@ -1,6 +1,6 @@ -*- Text -*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/documentation/cmpint.txt,v 1.6 1991/01/16 16:11:05 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/documentation/cmpint.txt,v 1.7 1991/01/23 18:56:21 jinx Exp $ Remarks: @@ -738,7 +738,7 @@ above example, it would extract the entry point of the sort procedure when given the address of the jump instruction (labelled as sort-uuo-link). -=> STORE_EXECUTE_CACHE_CODE is the inverse of this, ie. when given a +=> STORE_EXECUTE_CACHE_ADDRESS is the inverse of this, ie. when given a target entry point and the address of an execute cache entry, it stores the entry point there. In the above example, given a new entry point for sort, and sort-uuo-link, it would modify the jump