Changeset 55 in vbox for trunk/src/recompiler
- Timestamp:
- Jan 16, 2007 10:07:35 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17484
- Location:
- trunk/src/recompiler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/cpu-all.h
r1 r55 806 806 807 807 /* memory API */ 808 #if !defined(VBOX) 808 extern uint32_t phys_ram_size; 809 #ifndef VBOX 809 810 extern int phys_ram_fd; 810 #endif /* !VBOX */811 811 extern int phys_ram_size; 812 #ifndef VBOX813 812 extern uint8_t *phys_ram_base; 814 813 #endif -
trunk/src/recompiler/exec.c
r1 r55 69 69 int phys_ram_fd; 70 70 #endif /* !VBOX */ 71 int phys_ram_size;71 uint32_t phys_ram_size; 72 72 uint8_t *phys_ram_base; 73 73 uint8_t *phys_ram_dirty;
Note:
See TracChangeset
for help on using the changeset viewer.