On Fri, 21 Oct 2022 15:26:59 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:

> Fails like this:
> 
> 
> $ sh ./configure --with-boot-jdk=jdk19u-ea --with-hsdis=binutils 
> --with-binutils-src=binutils-2.39
> $ make clean build-hsdis
> 
> === Output from failing command(s) repeated here ===
> * For target support_hsdis_hsdis-binutils.o:

I was thinking one of the required change is to add a variant to 
`decode_instructions_virtual` that accepts `va_list` instead of `...`. That 
plus add an enum for the type of node (pretty much mapping `enum 
disassembler_style`). Am I missing something?

-------------

PR: https://git.openjdk.org/jdk/pull/10817

Reply via email to