* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
da4a5ef141
commit
2cd4da28c6
@ -625,7 +625,7 @@ rb_iseq_original_iseq(rb_iseq_t *iseq) /* cold path */
|
|||||||
/* definition of data structure for compiler */
|
/* definition of data structure for compiler */
|
||||||
/*********************************************/
|
/*********************************************/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* On 32-bit SPARC, GCC by default generates SPARC V7 code that may require
|
* On 32-bit SPARC, GCC by default generates SPARC V7 code that may require
|
||||||
* 8-byte word alignment. On the other hand, Oracle Solaris Studio seems to
|
* 8-byte word alignment. On the other hand, Oracle Solaris Studio seems to
|
||||||
* generate SPARCV8PLUS code with unaligned memory accesss instructions.
|
* generate SPARCV8PLUS code with unaligned memory accesss instructions.
|
||||||
@ -660,7 +660,7 @@ calc_padding(void *ptr, size_t size)
|
|||||||
if (mis > 0) {
|
if (mis > 0) {
|
||||||
padding = ALIGNMENT_SIZE - mis;
|
padding = ALIGNMENT_SIZE - mis;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* On 32-bit sparc or equivalents, when a single VALUE is requested
|
* On 32-bit sparc or equivalents, when a single VALUE is requested
|
||||||
* and padding == sizeof(VALUE), it is clear that no padding is needed.
|
* and padding == sizeof(VALUE), it is clear that no padding is needed.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user