mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12:00
Added sizeof(sys_memory_container_t)
parent
5db45ad417
commit
063b5b804b
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ For the implementation of the interpreter it would probably be best to refrain f
|
|||
* `sizeof(long)` = 4
|
||||
* `sizeof(long long)` = 8
|
||||
* `sizeof(size_t)` = 4
|
||||
* `sizeof(sys_memory_container_t)` = 4
|
||||
* `sizeof(void*)` = 4
|
||||
|
||||
Reading from invalid addresses / Trying to execute code from invalid addresses (e.g. stack) / Trying to write to invalid addresses (e.g. functions) makes the application exit on real PS3s.
|
Loading…
Add table
Add a link
Reference in a new issue