Return values for set_func_start()
|
|
#define | MOVE_FUNC_OK 0 |
| | ok
|
| |
|
#define | MOVE_FUNC_NOCODE 1 |
| | no instruction at 'newstart'
|
| |
|
#define | MOVE_FUNC_BADSTART 2 |
| | bad new start address
|
| |
|
#define | MOVE_FUNC_NOFUNC 3 |
| | no function at 'ea'
|
| |
|
#define | MOVE_FUNC_REFUSED 4 |
| | a plugin refused the action
|
| |