Skip to content

Commit

Permalink
0.8.9.11:
Browse files Browse the repository at this point in the history
	Fix for alpha branch of ash-left-mod64:
	... EBROKENPARENS
  • Loading branch information
csrhodes committed Mar 30, 2004
1 parent 304c44d commit f1a74e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/compiler/generic/vm-tran.lisp
Expand Up @@ -464,8 +464,8 @@
(constant-lvar-p count) ; ?
(plusp (lvar-value count)))
(cut-to-width integer width)
'#1#)
(setf (gethash '#1# *modular-versions*) '(ash 64))))
'#1#))
(setf (gethash '#1# *modular-versions*) '(ash 64)))


;;; There are two different ways the multiplier can be recoded. The
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
"0.8.9.10"
"0.8.9.11"

0 comments on commit f1a74e4

Please sign in to comment.