diff options
author | Christophe JAILLET <[email protected]> | 2024-01-15 21:37:47 +0100 |
---|---|---|
committer | Ilya Dryomov <[email protected]> | 2024-01-22 00:14:10 +0100 |
commit | cd30e8bde28ac361e15d67ee5c00e0125ed42548 (patch) | |
tree | de21388e29507395d5285aa20204dbaf7a9029c7 /scripts/generate_rust_analyzer.py | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) |
rbd: remove usage of the deprecated ida_simple_*() API
ida_alloc() and ida_free() should be preferred to the deprecated
ida_simple_get() and ida_simple_remove().
Note that the upper limit of ida_simple_get() is exclusive, while that
of ida_alloc_max() is inclusive, so 1 has been subtracted.
[ idryomov: tweak changelog ]
Signed-off-by: Christophe JAILLET <[email protected]>
Reviewed-by: Ilya Dryomov <[email protected]>
Signed-off-by: Ilya Dryomov <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions