diff options
| author | Damien | 2013-10-05 23:17:28 +0100 |
|---|---|---|
| committer | Damien | 2013-10-05 23:17:28 +0100 |
| commit | 826005c60b3c22c468ec21e995844037aafd6f99 (patch) | |
| tree | 291ba04ec4ab625316babc91bcdeebf5634150a3 /py/emitcpy.c | |
| parent | 5bfb759980c3891a9401d877fb225770146c79df (diff) | |
Add support for inline thumb assembly.
Diffstat (limited to 'py/emitcpy.c')
| -rw-r--r-- | py/emitcpy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/emitcpy.c b/py/emitcpy.c index db5c11867..203fce70a 100644 --- a/py/emitcpy.c +++ b/py/emitcpy.c @@ -18,7 +18,6 @@ struct _emit_t { int pass; - int next_label; int byte_code_offset; int stack_size; bool last_emit_was_return_value; @@ -44,7 +43,6 @@ static void emit_cpy_set_native_types(emit_t *emit, bool do_native_types) { static void emit_cpy_start_pass(emit_t *emit, pass_kind_t pass, scope_t *scope) { emit->pass = pass; - emit->next_label = 1; emit->byte_code_offset = 0; emit->stack_size = 0; emit->last_emit_was_return_value = false; |
