diff options
| author | 2023-03-02 17:32:00 +0000 | |
|---|---|---|
| committer | 2023-03-02 17:32:00 +0000 | |
| commit | a1ac44ab709f6c0f4e2912f83f536733ebf040b7 (patch) | |
| tree | 2b0fda0e02bf1f995b474c0df9ac2fca9b370aae | |
| parent | 0.2.0 (diff) | |
add missing break
| -rw-r--r-- | creole.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -560,6 +560,7 @@ enum creole_run_ret creole_step(struct creole_env *env, creole_word *sc) switch (ins.opcode) { case CREOLE_DB: env->dats[ins.w[0]] = ins.datapt; + break; case CREOLE_PUSH: check(read_val(env, &ins, 0, &a1)); check(creole_push(env, a1)); |
