VirtualBox

Changeset 104 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Jan 17, 2007 3:23:17 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17550
Message:

phys_ram_size should be RTGCPHYS.

Location:
trunk/src/recompiler/new
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/new/cpu-all.h

    r1 r104  
    958958/* memory API */
    959959
     960#ifndef VBOX
    960961extern int phys_ram_size;
    961 #ifndef VBOX
    962962extern int phys_ram_fd;
    963963#endif /* !VBOX */
     964extern RTGCPHYS phys_ram_size;
    964965extern uint8_t *phys_ram_base;
    965966extern uint8_t *phys_ram_dirty;
  • trunk/src/recompiler/new/exec.c

    r1 r104  
    9393uint8_t *code_gen_ptr;
    9494
     95#ifndef VBOX
    9596int phys_ram_size;
    96 #ifndef VBOX
    9797int phys_ram_fd;
    9898#endif /* !VBOX */
     99RTGCPHYS phys_ram_size;
    99100uint8_t *phys_ram_base;
    100101uint8_t *phys_ram_dirty;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette