mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-07 11:40:06 +01:00
formatting
This commit is contained in:
@@ -160,7 +160,6 @@ class ParserX86ATT(ParserX86):
|
||||
).setResultsName(self.immediate_id)
|
||||
|
||||
# Memory preparations
|
||||
#offset = pp.Group(identifier | hex_number | decimal_number).setResultsName(
|
||||
offset = pp.Group(hex_number | decimal_number | identifier).setResultsName(
|
||||
self.immediate_id
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user