diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-03 23:44:44 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-03 23:44:44 +0000 |
commit | c46878786af930f8f06695371ee80ffa8acf98ef (patch) | |
tree | 7f53bf7917001180ca8a5133b3b345c3cd1916ba /dyngen.h | |
parent | 0fa85d43d47151e71e63754e419340bfcff97e80 (diff) |
labels support in dyngen
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1196 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'dyngen.h')
-rw-r--r-- | dyngen.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -19,6 +19,7 @@ */ int __op_param1, __op_param2, __op_param3; +int __op_gen_label1, __op_gen_label2, __op_gen_label3; int __op_jmp0, __op_jmp1, __op_jmp2, __op_jmp3; #ifdef __i386__ @@ -203,6 +204,3 @@ static uint8_t *arm_flush_ldr(uint8_t *gen_code_ptr, } #endif /* __arm__ */ - - - |