mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC]Some link prefix replace
This commit is contained in:
parent
83aeec8acf
commit
5b467400d2
Notes:
git
2022-04-09 17:44:16 +09:00
6 changed files with 9 additions and 9 deletions
4
sparc.c
4
sparc.c
|
@ -7,7 +7,7 @@
|
|||
window of the process executing the instruction will not be flushed
|
||||
correctly.
|
||||
|
||||
See http://bugs.ruby-lang.org/issues/5244 for discussion.
|
||||
See https://bugs.ruby-lang.org/issues/5244 for discussion.
|
||||
*********************************************************************/
|
||||
void
|
||||
rb_sparc_flush_register_windows(void)
|
||||
|
@ -15,7 +15,7 @@ rb_sparc_flush_register_windows(void)
|
|||
/*
|
||||
* gcc doesn't provide "asm" keyword if -ansi and the various -std options
|
||||
* are given.
|
||||
* http://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html
|
||||
* https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html
|
||||
*/
|
||||
#ifndef __GNUC__
|
||||
#define __asm__ asm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue