summaryrefslogtreecommitdiffstats
path: root/tcg/i386
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2008-02-10 14:09:09 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2008-02-10 14:09:09 +0000
commit623e265c6b1ad09fccecaa53f8c8a1fd572c54c7 (patch)
treeb9bd715c57787f5c40bd45fd7c18bec42cda86ee /tcg/i386
parentb2a5160c9f11cc5fe64230a6ec8f95e3aecfeacf (diff)
downloadhqemu-623e265c6b1ad09fccecaa53f8c8a1fd572c54c7.zip
hqemu-623e265c6b1ad09fccecaa53f8c8a1fd572c54c7.tar.gz
Simplify TCG relocation bugfix.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3974 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/i386')
-rw-r--r--tcg/i386/tcg-target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-target.c
index dd8b5f6..ceacb4f 100644
--- a/tcg/i386/tcg-target.c
+++ b/tcg/i386/tcg-target.c
@@ -318,7 +318,7 @@ static void tcg_out_jxx(TCGContext *s, int opc, int label_index)
tcg_out8(s, 0x80 + opc);
}
tcg_out_reloc(s, s->code_ptr, R_386_PC32, label_index, -4);
- tcg_out32(s, -4);
+ s->code_ptr += 4;
}
}
OpenPOWER on IntegriCloud