Changeset 104 in vbox for trunk/src/recompiler
- Timestamp:
- Jan 17, 2007 3:23:17 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17550
- Location:
- trunk/src/recompiler/new
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/new/cpu-all.h
r1 r104 958 958 /* memory API */ 959 959 960 #ifndef VBOX 960 961 extern int phys_ram_size; 961 #ifndef VBOX962 962 extern int phys_ram_fd; 963 963 #endif /* !VBOX */ 964 extern RTGCPHYS phys_ram_size; 964 965 extern uint8_t *phys_ram_base; 965 966 extern uint8_t *phys_ram_dirty; -
trunk/src/recompiler/new/exec.c
r1 r104 93 93 uint8_t *code_gen_ptr; 94 94 95 #ifndef VBOX 95 96 int phys_ram_size; 96 #ifndef VBOX97 97 int phys_ram_fd; 98 98 #endif /* !VBOX */ 99 RTGCPHYS phys_ram_size; 99 100 uint8_t *phys_ram_base; 100 101 uint8_t *phys_ram_dirty;
Note:
See TracChangeset
for help on using the changeset viewer.