From 6e7b1f7db5d37e452e2a69dcdf45761aeb909da0 Mon Sep 17 00:00:00 2001 From: dapan1121 <89396746@qq.com> Date: Wed, 7 Apr 2021 19:10:43 +0800 Subject: [PATCH] add int --- tests/script/sh/demo.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/script/sh/demo.c b/tests/script/sh/demo.c index 5b5243f043..9cdb13a31e 100644 --- a/tests/script/sh/demo.c +++ b/tests/script/sh/demo.c @@ -24,7 +24,9 @@ void demo(char* data, short itype, short ibytes, int numOfRows, long long* ts, c printf("demo input data:%p, type:%d, rows:%d, ts:%p,%lld, dataoutput:%p, tsOutput:%p, numOfOutput:%p, buf:%p\n", data, itype, numOfRows, ts, *ts, dataOutput, tsOutput, numOfOutput, buf); for(i=0;i