Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#define VM_IMAGE_SIZE(img_name) ((size_t)&_##img_name##_vm_size)
why add "&" to access ...vm_size value,I think its the address of ...vm_size
Beta Was this translation helpful? Give feedback.
All reactions