Skip to content
Snippets Groups Projects
Commit 2aff6360 authored by wlott's avatar wlott
Browse files

Fixed typo.

parent 19cd045f
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
(inst sub res zero-tn x)))
(define-vop (fast-lognot/fixnum fixnum-unop)
(:temporary (:scs (any-reg) :type fixnum :to (result 0))
(:temporary (:scs (any-reg) :type fixnum :to (:result 0))
temp)
(:translate lognot)
(:generator 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment