mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Rename "image" field to "data", because "image->image" is just confusing.
This commit is contained in:
parent
4fc9333159
commit
c6c63d954d
@ -13,7 +13,7 @@
|
||||
/** An executable or loadable image */
|
||||
struct image {
|
||||
/** Raw file image */
|
||||
userptr_t image;
|
||||
userptr_t data;
|
||||
/** Length of raw file image */
|
||||
size_t len;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user