diff options
author | S-H-GAMELINKS <[email protected]> | 2022-04-09 16:53:13 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-04-09 17:43:46 +0900 |
commit | 5b467400d220125aed9d000e258c3cc3ca505421 (patch) | |
tree | 6c0030eedd8a9f2d167440ebc36380f44be6412d /sparc.c | |
parent | 83aeec8acfd1affe3e90ae01b8cecdff074e82ed (diff) |
[DOC]Some link prefix replace
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/5783
Diffstat (limited to 'sparc.c')
-rw-r--r-- | sparc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |