VirtualBox

Changeset 55 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Jan 16, 2007 10:07:35 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17484
Message:

RAM size should be an *unsigned* int

Location:
trunk/src/recompiler
Files:
2 edited

Legend:

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

    r1 r55  
    806806
    807807/* memory API */
    808 #if !defined(VBOX)
     808extern uint32_t phys_ram_size;
     809#ifndef VBOX
    809810extern int phys_ram_fd;
    810 #endif /* !VBOX */
    811811extern int phys_ram_size;
    812 #ifndef VBOX
    813812extern uint8_t *phys_ram_base;
    814813#endif
  • trunk/src/recompiler/exec.c

    r1 r55  
    6969int phys_ram_fd;
    7070#endif /* !VBOX */
    71 int phys_ram_size;
     71uint32_t phys_ram_size;
    7272uint8_t *phys_ram_base;
    7373uint8_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