mirror of
https://github.com/jefftranter/udis.git
synced 2025-08-12 12:25:36 +00:00
Remove some white space.
This commit is contained in:
4
udis.py
4
udis.py
@@ -140,12 +140,12 @@ while True:
|
|||||||
length = 1 # Invalid opcode
|
length = 1 # Invalid opcode
|
||||||
format = ""
|
format = ""
|
||||||
mnemonic = "???"
|
mnemonic = "???"
|
||||||
|
|
||||||
if flags & 2 == und and not args.undocumented:
|
if flags & 2 == und and not args.undocumented:
|
||||||
# currently only handles one-byte undocumented opcodes
|
# currently only handles one-byte undocumented opcodes
|
||||||
format = ""
|
format = ""
|
||||||
mnemonic = "???"
|
mnemonic = "???"
|
||||||
|
|
||||||
|
|
||||||
# Disassembly format:
|
# Disassembly format:
|
||||||
# XXXX XX XX XX XX XX nop ($1234,X)
|
# XXXX XX XX XX XX XX nop ($1234,X)
|
||||||
|
Reference in New Issue
Block a user