mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
chore: fix missing HTTPS on links
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ mrb_ary_new(mrb_state *mrb)
|
||||
* * gcc on ARM may fail optimization of memcpy
|
||||
* http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka3934.html
|
||||
* * gcc on MIPS also fail
|
||||
* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39755
|
||||
* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39755
|
||||
* * memcpy doesn't exist on freestanding environment
|
||||
*
|
||||
* If you optimize for binary size, use memcpy instead of this at your own risk
|
||||
|
||||
Reference in New Issue
Block a user