Fix invocation of out-of-line FIXNUM-LSH hook for i386 and x86-64.
authorTaylor R Campbell <campbell@mumble.net>
Tue, 1 Dec 2009 20:24:50 +0000 (15:24 -0500)
committerTaylor R Campbell <campbell@mumble.net>
Tue, 1 Dec 2009 20:24:50 +0000 (15:24 -0500)
commit9701ce2d79dfd8a2f3ebcb9f27b48308268a12ab
tree90b95726634dd2415fb8438c3ff41eed981ac6b4
parenta155ae96aeb6db2eee713804b93ac46c11c5ba57
Fix invocation of out-of-line FIXNUM-LSH hook for i386 and x86-64.

Add comment explaining why it is unnecessary to clear the register
map before invoking the hook.
src/compiler/machines/i386/rulfix.scm
src/compiler/machines/x86-64/rulfix.scm
src/microcode/cmpauxmd/i386.m4
src/microcode/cmpauxmd/x86-64.m4