mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-06 03:00:11 +01:00
added prefetch operand
This commit is contained in:
@@ -17,6 +17,7 @@ class BaseParser(object):
|
||||
segment_ext = "segment_extension"
|
||||
mnemonic = "instruction"
|
||||
operands = "operands"
|
||||
prefetch = "prfop"
|
||||
_parser_constructed = False
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user