projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00bcab5
)
target/arm: Fix whitespace near gen_srshr64_i64
author
Richard Henderson
<richard.henderson@linaro.org>
Thu, 12 Sep 2024 02:41:00 +0000
(19:41 -0700)
committer
Peter Maydell
<peter.maydell@linaro.org>
Thu, 19 Sep 2024 11:58:57 +0000
(12:58 +0100)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id:
20240912024114
.
1097832
-16-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/gengvec.c
patch
|
blob
|
history
diff --git
a/target/arm/tcg/gengvec.c
b/target/arm/tcg/gengvec.c
index 33c5084ea646154bdbc10bd5daee3662bdb8c3a6..3abdc572022eb99394e975fbd16fc7190630f6b5 100644
(file)
--- a/
target/arm/tcg/gengvec.c
+++ b/
target/arm/tcg/gengvec.c
@@
-304,7
+304,7
@@
void gen_srshr32_i32(TCGv_i32 d, TCGv_i32 a, int32_t sh)
tcg_gen_add_i32(d, d, t);
}
-
void gen_srshr64_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh)
+void gen_srshr64_i64(TCGv_i64 d, TCGv_i64 a, int64_t sh)
{
TCGv_i64 t = tcg_temp_new_i64();