Skip to content

Commit

Permalink
增加MSVC兼容性
Browse files Browse the repository at this point in the history
  • Loading branch information
HEYAHONG committed Aug 25, 2024
1 parent f18d056 commit 7170cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/HBoxTest/stacklesscoroutine_cpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if(co1_step <=5)
else
{
//等待条件
hstacklesscoroutine_await(((hstacklesscoroutine_awaiter_t){wait_for_ready,NULL}));
hstacklesscoroutine_await((hstacklesscoroutine_awaiter_t{wait_for_ready,NULL}));
}
hstacklesscoroutine_yield_with_label(5);
printf("co1_cpp:step 5\r\n");
Expand Down

0 comments on commit 7170cb1

Please sign in to comment.