From 42effcb388d832ce99fd662b9adad5376e8c6e9c Mon Sep 17 00:00:00 2001
From: "yu.dongliang" <18588496441@163.com>
Date: Thu, 26 Oct 2023 14:31:24 +0800
Subject: [PATCH] ses_steps_analyse()

---
 ses_steps.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ses_steps.c b/ses_steps.c
index a1469ee..901c5dd 100644
--- 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)
-- 
2.25.1