compiler/arm/move: Fix MOVE-FROM-UNSIGNED for single-word bignums.
commit2300e45f10025c857b8d8972c8125e5907512c4d
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 19 Apr 2014 21:43:05 +0000 (19 17:43 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:12:20 +0000 (10 15:12 -0400)
treea6d5a4a7d8b0b033758481254e97f3ff62db17d7
parenteb79ae6519321811d280af129c09d9190d0c490d
compiler/arm/move: Fix MOVE-FROM-UNSIGNED for single-word bignums.

  * As spotted by stassats on #sbcl, if the value fit within a
single-word bignum, we were overwriting the header with an
uninitialized temporary register.
src/compiler/arm/move.lisp