diff options
| author | zy <[email protected]> | 2023-11-27 21:01:02 -0500 |
|---|---|---|
| committer | zy <[email protected]> | 2023-11-27 21:01:02 -0500 |
| commit | fd459340a717933b5124f686f3c4f2ca0d3f32dc (patch) | |
| tree | 43f5e3c345c14e8e2676c4ac5f54bb5d74af1bd1 /testcase/helloworld.c | |
| parent | 3fc08d6b182f76992960b4cd61951b58c74078a2 (diff) | |
START_WATC
Diffstat (limited to 'testcase/helloworld.c')
| -rw-r--r-- | testcase/helloworld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcase/helloworld.c b/testcase/helloworld.c index 55ebc73..54b0138 100644 --- a/testcase/helloworld.c +++ b/testcase/helloworld.c @@ -20,7 +20,7 @@ int main() { // 拷贝字符串 strncpy(watch_args[i].name, name, (MAX_NAME_LEN + 1)); - SWATCH_INT(name, &temps[i], (110 + i)); + START_WATCH_INT(name, &temps[i], (110 + i)); } while (temps[NUM_VARS - 1] < 205) { |
