Skip to content

Commit

Permalink
Use existing function
Browse files Browse the repository at this point in the history
  • Loading branch information
snuglas committed May 12, 2018
1 parent 746de84 commit 8adab9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/compiler/generic/genesis.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -2076,8 +2076,7 @@ core and return a descriptor to it."
(obj-start-addr (logandc2 (descriptor-bits code-object) sb!vm:lowtag-mask))
(code-end-addr
(+ obj-start-addr
(ash (logand (get-header-data code-object)
sb!vm:short-header-max-words) sb!vm:word-shift)
(code-header-bytes code-object)
(descriptor-fixnum
(read-wordindexed code-object sb!vm:code-code-size-slot))))
(gspace-base (gspace-byte-address (descriptor-gspace code-object)))
Expand Down

0 comments on commit 8adab9e

Please sign in to comment.