mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-30 21:14:20 +01:00
fixed issue 55
This commit is contained in:
parent
4867b405a9
commit
2c33ce00c5
@ -3986,7 +3986,7 @@ def GetFunctionFlags(ea):
|
|||||||
FUNC_NORET = idaapi.FUNC_NORET # function doesn't return
|
FUNC_NORET = idaapi.FUNC_NORET # function doesn't return
|
||||||
FUNC_FAR = idaapi.FUNC_FAR # far function
|
FUNC_FAR = idaapi.FUNC_FAR # far function
|
||||||
FUNC_LIB = idaapi.FUNC_LIB # library function
|
FUNC_LIB = idaapi.FUNC_LIB # library function
|
||||||
FUNC_STATICDEF= idaapi.FUNC_STATICDEF# static function
|
FUNC_STATIC = idaapi.FUNC_STATICDEF# static function
|
||||||
FUNC_FRAME = idaapi.FUNC_FRAME # function uses frame pointer (BP)
|
FUNC_FRAME = idaapi.FUNC_FRAME # function uses frame pointer (BP)
|
||||||
FUNC_USERFAR = idaapi.FUNC_USERFAR # user has specified far-ness
|
FUNC_USERFAR = idaapi.FUNC_USERFAR # user has specified far-ness
|
||||||
# of the function
|
# of the function
|
||||||
|
Loading…
Reference in New Issue
Block a user