comparison final_pre/src/assert.c @ 7:28f900230c26

add final_pre
author ryokka
date Mon, 19 Feb 2018 23:32:24 +0900
parents
children
comparison
equal deleted inserted replaced
6:d927f6b3d2b3 7:28f900230c26
1 __code verifySpecificationFinish(struct Context* context) {
2 if (context->data[AkashaInfo]->akashaInfo.maxHeight > 2*context->data[AkashaInfo]->akashaInfo.minHeight) {
3 context->next = Exit;
4 goto meta(context, ShowTrace);
5 }
6 goto meta(context, DuplicateIterator);
7 }