small changes

This commit is contained in:
Vítor Santos Costa
2016-02-13 03:11:25 +00:00
parent 994c5d0dfd
commit 9860b6244f
14 changed files with 179 additions and 95 deletions

View File

@@ -208,7 +208,7 @@ typedef enum {
typedef struct yap_boot_params {
/* if NON-NULL, path where we can find the saved state */
char *SavedState;
const char *SavedState;
/* if NON-0, minimal size for Heap or Code Area */
unsigned long int HeapSize;
/* if NON-0, maximal size for Heap or Code Area */