From: Guillermo J. Rozas Date: Wed, 23 Jan 1991 18:57:31 +0000 (+0000) Subject: Fix bad reference. X-Git-Tag: 20090517-FFI~10961 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=804fa1781d910e731b730497a275e776e7818490;p=mit-scheme.git Fix bad reference. --- diff --git a/v7/src/compiler/documentation/cmpint.txt b/v7/src/compiler/documentation/cmpint.txt index 89876c105..7d0ffa596 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.7 1991/01/23 18:56:21 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/documentation/cmpint.txt,v 1.8 1991/01/23 18:57:31 jinx Exp $ Remarks: @@ -747,8 +747,8 @@ instruction to jump to the new location. => STORE_EXECUTE_CACHE_CODE stores the fixed instructions (opcodes), if any, in an execute cache cell. If the opcodes depend on the actual target address, this macro should be a NOP, and all the work should be -done by STORE_EXECUTE_CACHE_CODE. These two macros are separated to -avoid extra work at garbage collection time on architectures where +done by STORE_EXECUTE_CACHE_ADDRESS. These two macros are separated +to avoid extra work at garbage collection time on architectures where some or all of the code need not change. In the example above, this macro would store the jump opcode.