This commit is contained in:
Willi Ballenthin
2022-03-28 13:04:44 -06:00
parent 46cc681eba
commit dde52f2bc8
2 changed files with 1 additions and 2 deletions

View File

@@ -446,7 +446,7 @@ def build_statements(d, scope: str):
else:
# for instruction subscopes, we support a shorthand in which the top level AND is implied.
# the following are equivalent:
#
#
# - instruction:
# - and:
# - arch: i386

View File

@@ -131,4 +131,3 @@ def test_scope_instruction_description():
"""
)
)