From 804fa1781d910e731b730497a275e776e7818490 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 23 Jan 1991 18:57:31 +0000 Subject: [PATCH] Fix bad reference. --- v7/src/compiler/documentation/cmpint.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.25.1