add default syntax for get_parser for compatibility with kerncraft

This commit is contained in:
JanLJL
2025-03-04 17:44:02 +01:00
parent 400be352e1
commit e37f9f119d
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ from collections import OrderedDict
from enum import Enum
from functools import partial
from osaca.parser import get_parser
from osaca.parser.instruction_form import InstructionForm
from osaca.parser.directive import DirectiveOperand
from osaca.parser.identifier import IdentifierOperand