From fe1b4274625c324c04bd28b4e31e39bf642e278b Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 6 Mar 2021 10:46:07 +0800 Subject: [PATCH] Update --- trunk/research/frame/frame0.cpp | 2 +- trunk/research/frame/frame1.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/research/frame/frame0.cpp b/trunk/research/frame/frame0.cpp index a19163a93..d15a38a1b 100644 --- a/trunk/research/frame/frame0.cpp +++ b/trunk/research/frame/frame0.cpp @@ -1,5 +1,5 @@ /* -# https://winlin.blog.csdn.net/article/details/109356535 +# https://www.jianshu.com/p/eaa2700ebedc g++ frame0.cpp -g -O0 -o frame && ./frame */ #include diff --git a/trunk/research/frame/frame1.cpp b/trunk/research/frame/frame1.cpp index 37f9f324f..a09e9025c 100644 --- a/trunk/research/frame/frame1.cpp +++ b/trunk/research/frame/frame1.cpp @@ -1,5 +1,5 @@ /* -# https://winlin.blog.csdn.net/article/details/109356535 +# https://www.jianshu.com/p/eaa2700ebedc g++ frame1.cpp -g -O0 -o frame && ./frame */ #include