ifdef HAVE_INT128
[m6w6/ext-psi] / scripts / gen_calc_basic.php
index 0af83a8ec4b98221991598edd32d1c0d2a0aae8f..d08c79b3f32a8d5c3f4f8437d62cc15f2c441337 100644 (file)
@@ -127,11 +127,11 @@ static inline token_t psi_calc_mod(token_t t1, impl_val *v1, token_t t2, impl_va
        case PSI_T_<?=$t2?>:
                i2.i64 = v2-><?=$v2?>;
                break;<?php /*nobr*/ ?>
        case PSI_T_<?=$t2?>:
                i2.i64 = v2-><?=$v2?>;
                break;<?php /*nobr*/ ?>
-       <?php endforeach; ?>
        <?php if (t_is_special($t2)) : ?>
 
 #endif
        <?php endif; ?>
        <?php if (t_is_special($t2)) : ?>
 
 #endif
        <?php endif; ?>
+       <?php endforeach; ?>
 
        default:
                assert(0);
 
        default:
                assert(0);