Fix doc mistake for LoadAddressFromAddress

This commit is contained in:
Kenzzer 2025-11-11 03:53:02 +00:00
parent 871bc2bde3
commit 274266c901
No known key found for this signature in database
GPG Key ID: 9C827CC8AAC1701D

View File

@ -758,8 +758,6 @@ native void StoreToAddress(Address addr, any data, NumberType size, bool updateM
* Load sizeof(void*) from a memory address.
*
* @param addr Address to a memory location.
* @param size How many bytes should be read.
* If loading a floating-point value, use NumberType_Int32.
* @return The address that is stored at that address.
* @error Address is null or pointing to reserved memory.
*/