Revision 24741ef3 exec.c

b/exec.c
2152 2152
    }
2153 2153
}
2154 2154

  
2155
/* never used */
2156
uint32_t ldl_phys(target_phys_addr_t addr)
2157
{
2158
    return 0;
2159
}
2160

  
2161
void stl_phys_notdirty(target_phys_addr_t addr, uint32_t val)
2162
{
2163
}
2164

  
2165
void stl_phys(target_phys_addr_t addr, uint32_t val)
2166
{
2167
}
2168

  
2169 2155
#else
2170 2156
void cpu_physical_memory_rw(target_phys_addr_t addr, uint8_t *buf, 
2171 2157
                            int len, int is_write)

Also available in: Unified diff