« Previous | Next » 

Revision 8ca5692d

ID8ca5692df4a635b2c9211d6dc3dea15bd2b674c8

Added by Anthony PERARD over 12 years ago

exec.c: Use ram_addr_t in cpu_physical_memory_rw(...).

As the variable pd and addr1 inside the function cpu_physical_memory_rw
are mean to handle a RAM address, they should be of the ram_addr_t type
instead of unsigned long.

Signed-off-by: Anthony PERARD <>
Acked-by: Paolo Bonzini <>
Signed-off-by: Alexander Graf <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences