Fix hex conversion

This commit is contained in:
Karl Trygve Kalleberg
2013-12-14 22:32:06 +01:00
parent 41bfb15b0f
commit 7fc5ed9774
+1 -1
View File
@@ -206,7 +206,7 @@ Module.enumerateExports(\"%s\", {
}
});
""" % self.name)
return [Export(export["name"], int(export["address"]), 16) for export in _execute_script(script)]
return [Export(export["name"], int(export["address"], 16)) for export in _execute_script(script)]
"""
@param protection example '--x'