On 7/1/19 6:35 AM, Jan Bobek wrote:
> +sub parse_emitblock($$)
> +{
> + my ($rec, $insn) = @_;
> + my $insnname = $rec->{name};
> + my $opcode = $insn->{opcode}{value};
> +
> + $emit_opts = {};
> +
> + my $emitblock = $rec->{blocks}{"emit"};
> + if (defined $emitblock) {
> + eval_with_fields($insnname, $opcode, $rec, "emit", $emitblock);
> + }And if !defined? Silently discard? Is this just weirdness higher in the risugen stack, such that this might be called maybe_parse_emitblock? r~
