From 063b5b804b43cb3999f90adefc6cd3f2327d3120 Mon Sep 17 00:00:00 2001 From: Raul Tambre Date: Fri, 20 Feb 2015 22:32:31 +0200 Subject: [PATCH] Added sizeof(sys_memory_container_t) --- Developer-Information.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Developer-Information.md b/Developer-Information.md index 9c4094e..f25aa32 100644 --- a/Developer-Information.md +++ b/Developer-Information.md @@ -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. \ No newline at end of file