mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
idc.py: Added note to MakeData() exception
This commit is contained in:
+1
-1
@@ -631,7 +631,7 @@ def MakeData(ea, flags, size, tid):
|
||||
|
||||
@return: 1-ok, 0-failure
|
||||
"""
|
||||
raise NotImplementedError
|
||||
raise NotImplementedError, "Use the Make* functions to create data items"
|
||||
|
||||
|
||||
def MakeByte(ea):
|
||||
|
||||
Reference in New Issue
Block a user