From ef44c5f123be966e2c3fa5608619ebe52a6e76f9 Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Sat, 5 Apr 2008 10:25:25 +0000 Subject: [PATCH] idc.py: Removed UNIMPLEMENTED marker from atoa() --- python/idc.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/idc.py b/python/idc.py index f69dfe3..1e9986e 100644 --- a/python/idc.py +++ b/python/idc.py @@ -266,8 +266,6 @@ def atoa(ea): (the same as in line prefixes) @param ea: address to format - - FIXME: unimplemented """ segname = SegName(ea)