Fix typo in x86 %dispatch

slava 2006-08-10 04:39:13 +00:00
parent 2b2b4a9f22
commit decfe5c53a
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ M: object load-literal ( literal vreg -- )
#! jump table indexed by the fixnum at the top of the stack. #! jump table indexed by the fixnum at the top of the stack.
#! The jump table must immediately follow this macro. #! The jump table must immediately follow this macro.
! Untag and multiply to get a jump table offset ! Untag and multiply to get a jump table offset
"end" define-label
"n" operand fixnum>slot@ "n" operand fixnum>slot@
! Add to jump table base. We use a temporary register since ! Add to jump table base. We use a temporary register since
! on AMD64 we have to load a 64-bit immediate. On x86, this ! on AMD64 we have to load a 64-bit immediate. On x86, this