mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 18:16:55 +01:00
idc.py: Added note to MakeData() exception
This commit is contained in:
parent
61796a5623
commit
a73663582e
@ -631,7 +631,7 @@ def MakeData(ea, flags, size, tid):
|
|||||||
|
|
||||||
@return: 1-ok, 0-failure
|
@return: 1-ok, 0-failure
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError, "Use the Make* functions to create data items"
|
||||||
|
|
||||||
|
|
||||||
def MakeByte(ea):
|
def MakeByte(ea):
|
||||||
|
Loading…
Reference in New Issue
Block a user