mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_write
Add DisasContext arg to gen_log_reg_write_pair also Signed-off-by: Taylor Simpson <tsimpson@quicinc.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230427230012.3800327-3-tsimpson@quicinc.com>
This commit is contained in:
parent
63efb6ab56
commit
07540a28c7
6 changed files with 14 additions and 12 deletions
|
@ -1318,7 +1318,7 @@ void gen_write_reg(Context *c, YYLTYPE *locp, HexValue *reg, HexValue *value)
|
|||
value_m = rvalue_materialize(c, locp, &value_m);
|
||||
OUT(c,
|
||||
locp,
|
||||
"gen_log_reg_write(", ®->reg.id, ", ",
|
||||
"gen_log_reg_write(ctx, ", ®->reg.id, ", ",
|
||||
&value_m, ");\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue