Remove some unused constants and update an obsolete comment
parent
7b81f24a4a
commit
bb246d5afc
|
@ -194,7 +194,7 @@ big-endian off
|
||||||
[
|
[
|
||||||
! Untag temp0
|
! Untag temp0
|
||||||
temp0 tag-mask get bitnot AND
|
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
|
temp1 1 tag-fixnum AND
|
||||||
bootstrap-cell 4 = [ temp1 1 SHR ] when
|
bootstrap-cell 4 = [ temp1 1 SHR ] when
|
||||||
! Load header cell or tuple layout cell
|
! Load header cell or tuple layout cell
|
||||||
|
|
|
@ -30,7 +30,6 @@ and the callstack top is passed in EDX */
|
||||||
pop %ebx
|
pop %ebx
|
||||||
|
|
||||||
#define QUOT_XT_OFFSET 16
|
#define QUOT_XT_OFFSET 16
|
||||||
#define WORD_XT_OFFSET 30
|
|
||||||
|
|
||||||
/* We pass a function pointer to memcpy to work around a Mac OS X
|
/* 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
|
ABI limitation which would otherwise require us to do a bizzaro PC-relative
|
||||||
|
|
|
@ -62,7 +62,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define QUOT_XT_OFFSET 36
|
#define QUOT_XT_OFFSET 36
|
||||||
#define WORD_XT_OFFSET 66
|
|
||||||
|
|
||||||
/* We pass a function pointer to memcpy to work around a Mac OS X
|
/* 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
|
ABI limitation which would otherwise require us to do a bizzaro PC-relative
|
||||||
|
|
Loading…
Reference in New Issue