mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
1 changed files with 2 additions and 2 deletions
|
@ -625,7 +625,7 @@ rb_iseq_original_iseq(rb_iseq_t *iseq) /* cold path */
|
|||
/* definition of data structure for compiler */
|
||||
/*********************************************/
|
||||
|
||||
/*
|
||||
/*
|
||||
* 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
|
||||
* generate SPARCV8PLUS code with unaligned memory accesss instructions.
|
||||
|
@ -660,7 +660,7 @@ calc_padding(void *ptr, size_t size)
|
|||
if (mis > 0) {
|
||||
padding = ALIGNMENT_SIZE - mis;
|
||||
}
|
||||
/*
|
||||
/*
|
||||
* On 32-bit sparc or equivalents, when a single VALUE is requested
|
||||
* and padding == sizeof(VALUE), it is clear that no padding is needed.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue