summaryrefslogtreecommitdiffstatshomepage
path: root/py/asmx64.h
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-05 13:44:41 +0100
committerDamien <damien.p.george@gmail.com>2013-10-05 13:44:41 +0100
commit054848a1b8aa7e52f3c70e86cc4dc56b565ea830 (patch)
tree254e394f59d095f9ee5384d0ffe9b36fabc8ecaa /py/asmx64.h
parentb05d707b2329a9534121e09e26eb9f8fef1917d3 (diff)
downloadmicropython-054848a1b8aa7e52f3c70e86cc4dc56b565ea830.tar.gz
micropython-054848a1b8aa7e52f3c70e86cc4dc56b565ea830.zip
Compiler computes labels and max_num_labels.
Diffstat (limited to 'py/asmx64.h')
-rw-r--r--py/asmx64.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/asmx64.h b/py/asmx64.h
index 34d5a48354..addf6bc28a 100644
--- a/py/asmx64.h
+++ b/py/asmx64.h
@@ -59,7 +59,6 @@ void asm_x64_cmp_disp_with_r32(asm_x64_t* as, int src_r32_a, int src_disp_a, int
void asm_x64_cmp_i32_with_r32(asm_x64_t* as, int src_i32, int src_r32);
void asm_x64_test_r8_with_r8(asm_x64_t* as, int src_r64_a, int src_r64_b);
void asm_x64_setcc_r8(asm_x64_t* as, int jcc_type, int dest_r8);
-int asm_x64_label_new(asm_x64_t* as);
void asm_x64_label_assign(asm_x64_t* as, int label);
void asm_x64_jmp_label(asm_x64_t* as, int label);
void asm_x64_jcc_label(asm_x64_t* as, int jcc_type, int label);