mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
misc: fix commonly doubled up words
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20220707163720.1421716-5-berrange@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
ebf705541c
commit
7a21bee2aa
27 changed files with 36 additions and 36 deletions
|
@ -1652,7 +1652,7 @@ static void tcg_out_branch(TCGContext *s, int call, const tcg_insn_unit *dest)
|
|||
} else {
|
||||
/* rip-relative addressing into the constant pool.
|
||||
This is 6 + 8 = 14 bytes, as compared to using an
|
||||
an immediate load 10 + 6 = 16 bytes, plus we may
|
||||
immediate load 10 + 6 = 16 bytes, plus we may
|
||||
be able to re-use the pool constant for more calls. */
|
||||
tcg_out_opc(s, OPC_GRP5, 0, 0, 0);
|
||||
tcg_out8(s, (call ? EXT5_CALLN_Ev : EXT5_JMPN_Ev) << 3 | 5);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue