mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Fix typo
This commit is contained in:
parent
b3b9f0efa2
commit
4f0efb07bc
|
|
@ -78,7 +78,7 @@
|
|||
(:temporary (:sc unsigned-reg) this-id test-id)
|
||||
(:generator 4
|
||||
(inst lw test-id sb-vm::code-tn (register-inline-constant :layout-id test-layout))
|
||||
(inst lw this-id x (layout-id test-layout))
|
||||
(inst lw this-id x (layout-id-offset test-layout))
|
||||
(inst* (if not-p 'bne 'beq) this-id test-id target)
|
||||
(inst nop)))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue