diff options
author | Pixel <> | 2001-04-17 03:20:16 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-17 03:20:16 +0000 |
commit | a856126fe7e965bc80d17690732ee58343a655d3 (patch) | |
tree | 5464a45d4ef03e2efdcc7788de31226832a0a45c /include | |
parent | f12eda64018215310e5d563ebaf9fe4d46db24ff (diff) |
Pouearf
Diffstat (limited to 'include')
-rw-r--r-- | include/simulator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/simulator.h b/include/simulator.h index a6350e7..51b965d 100644 --- a/include/simulator.h +++ b/include/simulator.h @@ -2,7 +2,7 @@ #define __SIMULATOR_H__ #include "types.h" -#define TAILLE_MEMOIRE 1024 /* Nombre maximum de mots que peut contenir la mémoire principale */ +#define TAILLE_MEMOIRE 10240 /* Nombre maximum de mots que peut contenir la mémoire principale */ #define NB_REGISTRES_PHYSIQUES 64 /* Nombre réel de registres */ #define NB_REGISTRES_UTILISABLES 32 /* Nombre de registres que le processeur a à sa disposition */ #define REG_RG 32 /* Numero du registre Rg */ @@ -14,7 +14,7 @@ extern Uint32 registre[NB_REGISTRES_PHYSIQUES]; /* Registres classiques */ -extern int debug; +extern int debug, HasToRun; void Initialisation(void); void Flush(void); |