about summary refs log tree commit diff stats
path: root/subx/030---operands.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-01 12:30:15 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-01 12:30:15 -0700
commitfb7e66fd4b30cc4c0aa9abcdf64ab7e33a0e9ef3 (patch)
tree0677e9ce372bf8e91e3b6b832e28e106b6ab5529 /subx/030---operands.cc
parent2b51cba67ce8fc41fb6963637f53a836938479a8 (diff)
downloadmu-fb7e66fd4b30cc4c0aa9abcdf64ab7e33a0e9ef3.tar.gz
4640 - clear error message on missing library
Diffstat (limited to 'subx/030---operands.cc')
-rw-r--r--subx/030---operands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/030---operands.cc b/subx/030---operands.cc
index a9c85778..34953480 100644
--- a/subx/030---operands.cc
+++ b/subx/030---operands.cc
@@ -351,6 +351,7 @@ b9 0x080490a7/imm32  # copy to ECX
 
 :(scenarios transform)
 :(scenario pack_silently_ignores_non_hex)
+% Hide_errors = true;
 == 0x1
 # instruction                     effective address                                                   operand     displacement    immediate
 # op          subop               mod             rm32          base        index         scale       r32
@@ -359,7 +360,6 @@ b9 0x080490a7/imm32  # copy to ECX
 +transform: packing instruction 'bb foo/imm32'
 # no change (we're just not printing metadata to the trace)
 +transform: instruction after packing: 'bb foo'
-$error: 0
 :(scenarios run)
 
 :(scenario pack_flags_bad_hex)