X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fassem.lisp;h=716496c98fad0aeac996e330304e648d4588e909;hb=f73c1f391342c797b8daebe4e8c27e5923341b6d;hp=b668c11b93cc2062a202ed544077b044446da47e;hpb=b953c186cfe68e48801cb54715da0120c9580888;p=sbcl.git diff --git a/src/compiler/assem.lisp b/src/compiler/assem.lisp index b668c11..716496c 100644 --- a/src/compiler/assem.lisp +++ b/src/compiler/assem.lisp @@ -473,7 +473,7 @@ ;; nothing to do, then emit a nop. ### Note: despite the ;; fact that this is a loop, it really won't work for ;; repetitions other then zero and one. For example, if -p ;; the branch has two dependents and one of them dpends on + ;; the branch has two dependents and one of them dpends on ;; the other, then the stuff that grabs a dependent could ;; easily grab the wrong one. But I don't feel like fixing ;; this because it doesn't matter for any of the