mirror of
https://github.com/cemu-project/idapython.git
synced 2025-06-14 12:58:26 +02:00
idc.py: Removed UNIMPLEMENTED marker from atoa()
This commit is contained in:
@ -266,8 +266,6 @@ def atoa(ea):
|
|||||||
(the same as in line prefixes)
|
(the same as in line prefixes)
|
||||||
|
|
||||||
@param ea: address to format
|
@param ea: address to format
|
||||||
|
|
||||||
FIXME: unimplemented
|
|
||||||
"""
|
"""
|
||||||
segname = SegName(ea)
|
segname = SegName(ea)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user