/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/comutl.c,v 1.7 1987/07/22 21:54:26 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/comutl.c,v 1.8 1987/07/30 14:59:49 jinx Rel $
Copyright (c) 1987 Massachusetts Institute of Technology
compiled_entry_to_block_offset(ce)
Pointer ce;
{
-#ifdef Get_Compiled_Offset
-
Pointer *address;
- long offset;
address = Get_Pointer(ce);
- Get_Compiled_Offset(offset, address);
- return offset;
-
-#else
-
- error_external_return();
- /*NOTREACHED*/
-
-#endif
+ return (((unsigned long) address) -
+ ((unsigned long) compiled_entry_to_block_address(address)));
}
\f
Built_In_Primitive (Prim_comp_code_address_block, 1,
promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.87 1987/07/29 03:57:02 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.88 1987/07/30 14:59:07 jinx Exp $
This file contains version information for the microcode. */
\f
#define VERSION 9
#endif
#ifndef SUBVERSION
-#define SUBVERSION 87
+#define SUBVERSION 88
#endif
#ifndef UCODE_TABLES_FILENAME
promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.87 1987/07/29 03:57:02 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.88 1987/07/30 14:59:07 jinx Exp $
This file contains version information for the microcode. */
\f
#define VERSION 9
#endif
#ifndef SUBVERSION
-#define SUBVERSION 87
+#define SUBVERSION 88
#endif
#ifndef UCODE_TABLES_FILENAME