Mercurial > hg > GearsTemplate
changeset 505:528c31b045de
Replace goto meta
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 02 Jan 2018 02:23:41 +0900 |
parents | 0bec9490c199 |
children | 04441dd783c5 51f0d5e5d1e5 |
files | src/parallel_execution/examples/boundedBuffer/SemaphoreImpl.cbc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/parallel_execution/examples/boundedBuffer/SemaphoreImpl.cbc Mon Jan 01 19:17:01 2018 +0900 +++ b/src/parallel_execution/examples/boundedBuffer/SemaphoreImpl.cbc Tue Jan 02 02:23:41 2018 +0900 @@ -17,7 +17,7 @@ __code pOperationSemaphoreImpl(struct SemaphoreImpl* semaphore, __code next(...)) { pthread_mutex_lock(&semaphore->mutex); - goto meta(context, C_pOperationSemaphoreImpl1); + goto pOperationSemaphoreImpl1(); } __code pOperationSemaphoreImpl1(struct SemaphoreImpl* semaphore, __code next(...)) {