diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-11 10:04:58 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-11 10:04:58 +0000 |
commit | ce62e5ba096920a82b47c9ba62f35573bd61f546 (patch) | |
tree | 142977a80857d75cc7bf2577b6b26b02a6574d3b /target-alpha | |
parent | 408e7837aa64e57dc3377753448b5047946f0c50 (diff) | |
download | qemu-ce62e5ba096920a82b47c9ba62f35573bd61f546.zip |
Fix tb->size mishandling, by Daniel Jacobowitz.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3160 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha')
-rw-r--r-- | target-alpha/translate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-alpha/translate.c b/target-alpha/translate.c index 77e3b4ec8d..9ed53be28b 100644 --- a/target-alpha/translate.c +++ b/target-alpha/translate.c @@ -2047,7 +2047,6 @@ int gen_intermediate_code_internal (CPUState *env, TranslationBlock *tb, lj++; while (lj <= j) gen_opc_instr_start[lj++] = 0; - tb->size = 0; } else { tb->size = ctx.pc - pc_start; } |