diff options
author | Damien George <damien.p.george@gmail.com> | 2016-01-20 23:51:33 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-04-18 15:09:34 +0100 |
commit | c23a2eabf5e22ca7d3a07dbbe6dae62025558e5b (patch) | |
tree | 478de438bd930da790424a5df4cbc7d51f04fbc8 /py/emit.h | |
parent | 6cdf8167f70bf6c782d91a4b1bb5fa90e4bcf944 (diff) |
update parser and compiler to align with latest master
Diffstat (limited to 'py/emit.h')
-rw-r--r-- | py/emit.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -269,8 +269,6 @@ typedef struct _emit_inline_asm_t emit_inline_asm_t; typedef struct _emit_inline_asm_method_table_t { void (*start_pass)(emit_inline_asm_t *emit, pass_kind_t pass, scope_t *scope, mp_obj_t *error_slot); void (*end_pass)(emit_inline_asm_t *emit, mp_uint_t type_sig); - mp_uint_t (*count_params)(emit_inline_asm_t *emit, mp_uint_t n_params, mp_parse_node_t *pn_params); - void (*end_pass)(emit_inline_asm_t *emit, mp_uint_t type_sig); mp_uint_t (*count_params)(emit_inline_asm_t *emit, const byte *p, const byte *ptop); bool (*label)(emit_inline_asm_t *emit, mp_uint_t label_num, qstr label_id); void (*align)(emit_inline_asm_t *emit, mp_uint_t align); |