]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/s390/tcg-target.inc.c
tcg/s390: Fix sign of patch_reloc addend
authorRichard Henderson <rth@twiddle.net>
Sun, 30 Jul 2017 20:58:01 +0000 (13:58 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 7 Sep 2017 18:57:35 +0000 (11:57 -0700)
commite692a3492d04500355bcf23575eed7cf137b38d5
tree038c0022827321641b0dca297b684440728a9ba4
parent829e1376d94009a7ccacc0535bffcc679f7bb507
tcg/s390: Fix sign of patch_reloc addend

We were passing in -2 instead of +2, but then ignoring
the actual contents of addend in the calculation.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/s390/tcg-target.inc.c