[PATCH v2 0/1] Fix MAX_OPC_PARAM_IARGS accordingly

Ziqiao Kong posted 1 patch 3 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220227113127.414533-1-ziqiaokong@gmail.com
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Stefan Weil <sw@weilnetz.de>
include/tcg/tcg.h        | 2 +-
tcg/tci/tcg-target.c.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH v2 0/1] Fix MAX_OPC_PARAM_IARGS accordingly
Posted by Ziqiao Kong 3 years, 11 months ago
I notice that in the patch here:

https://gitlab.com/qemu-project/qemu/-/commit/5d6542bea780ad443c4f7f1496e64706101f525

The MAX_OPC_PARAM_IARGS was not updated as this path did:

https://gitlab.com/qemu-project/qemu/-/commit/1df3caa946e08b387511dfba3a37d78910e51796

And thus this patch fixes it accordingly.

Sorry that the format of my previous patch is wrong.

Ziqiao Kong (1):
  tcg: Set MAX_OPC_PARAM_IARGS to 7

 include/tcg/tcg.h        | 2 +-
 tcg/tci/tcg-target.c.inc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.32.0