Added updated files

This commit is contained in:
stefandesouza
2024-02-27 14:47:55 +01:00
parent d858827a47
commit 1c0708e750
7 changed files with 61 additions and 62 deletions

View File

@@ -203,7 +203,7 @@ class TestParserAArch64(unittest.TestCase):
instruction_form_3 = InstructionForm(
mnemonic=None,
operands_id=[],
directive_id=DirectiveOperand(name="cfi_def_cfa", parameter_id=["w29", "-16"]),
directive_id=DirectiveOperand(name="cfi_def_cfa", parameters=["w29", "-16"]),
comment_id=None,
label_id=None,
line=".cfi_def_cfa w29, -16",