From e5164330b0af281359c97eb5d69b4219426b5412 Mon Sep 17 00:00:00 2001 From: Ulf Norell Date: Mon, 2 Mar 2020 08:48:29 +0100 Subject: [PATCH] Get valid opcodes from instruction list --- quickcheck/aefate_code_eqc.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickcheck/aefate_code_eqc.erl b/quickcheck/aefate_code_eqc.erl index 416fce5..1aedfbd 100644 --- a/quickcheck/aefate_code_eqc.erl +++ b/quickcheck/aefate_code_eqc.erl @@ -77,7 +77,7 @@ prop_opcodes() -> valid_opcodes() -> - lists:seq(0, 16#a0) ++ lists:seq(16#fa, 16#fd). + [ Op || #{opcode := Op} <- aeb_fate_generate_ops:get_ops() ]. fate_code(Failure) ->