Remove some unused constants and update an obsolete comment

Slava Pestov 2009-05-06 14:57:17 -05:00
parent 7b81f24a4a
commit bb246d5afc
3 changed files with 1 additions and 3 deletions

View File

@ -194,7 +194,7 @@ big-endian off
[
! Untag temp0
temp0 tag-mask get bitnot AND
! Set temp1 to 0 for objects, and 8 for tuples
! Set temp1 to 0 for objects, and bootstrap-cell for tuples
temp1 1 tag-fixnum AND
bootstrap-cell 4 = [ temp1 1 SHR ] when
! Load header cell or tuple layout cell

View File

@ -30,7 +30,6 @@ and the callstack top is passed in EDX */
pop %ebx
#define QUOT_XT_OFFSET 16
#define WORD_XT_OFFSET 30
/* We pass a function pointer to memcpy to work around a Mac OS X
ABI limitation which would otherwise require us to do a bizzaro PC-relative

View File

@ -62,7 +62,6 @@
#endif
#define QUOT_XT_OFFSET 36
#define WORD_XT_OFFSET 66
/* We pass a function pointer to memcpy to work around a Mac OS X
ABI limitation which would otherwise require us to do a bizzaro PC-relative