projects
/
ses.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d2a57d
)
ses_steps_analyse()
author
yu.dongliang
<18588496441@163.com>
Thu, 26 Oct 2023 06:31:24 +0000
(14:31 +0800)
committer
yu.dongliang
<18588496441@163.com>
Thu, 26 Oct 2023 06:31:24 +0000
(14:31 +0800)
ses_steps.c
patch
|
blob
|
blame
|
history
diff --git
a/ses_steps.c
b/ses_steps.c
index a1469ee7be8aa7002596ce50b67d5fda1a3ed112..901c5ddfcb7ac1d17dbd0c984e6eeb1412bbc818 100644
(file)
--- a/
ses_steps.c
+++ b/
ses_steps.c
@@
-142,6
+142,8
@@
int ses_steps_analyse(ScfEfunction* f, int64_t ns, int64_t count)
int j;
for (j = 0; j < 2; j++) {
+ printf("\n\033[33m%s(), %d(), j: %d\033[0m\n", __func__, __LINE__, j);
+
ret = __ses_steps_analyse(f, ns, i, ctx);
if (-EAGAIN == ret)