mirror of
https://github.com/RPCSX/xed.git
synced 2026-01-31 01:05:17 +01:00
generator.py: fix comment typo
Change-Id: I9550d2f8c41fbae9c97c79ba0ee21f221bf9dd7f (cherry picked from commit 4dc67c4a6f4a63bd1705a4d71530f635d64bc129)
This commit is contained in:
@@ -3735,7 +3735,7 @@ def compute_iform(options,ii, operand_storage_dict):
|
||||
def compute_iforms(options, gi, operand_storage_dict):
|
||||
"""Classify the operand patterns"""
|
||||
|
||||
# look ath the first instruction
|
||||
# look at the first instruction
|
||||
ii = gi.parser_output.instructions[0]
|
||||
if not field_check(ii,'iclass'):
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user