Fixed hexadecimal conversions where output has the most significant bit as 1

If hex converted had a 1 in the MSB, an L was appended to the number.
The conversion routine removes this.
This commit is contained in:
Bahadir Balban
2009-09-28 14:04:19 +03:00
parent 1c2eaae8b3
commit fb1de576cb
3 changed files with 16 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), PROJRELR
from config.projpaths import *
from config.configuration import *
from config.lib import *
# Convert address from python literal to numeric value
def address_remove_literal(address):