diff options
Diffstat (limited to 'xen-mapcache-stub.c')
-rw-r--r-- | xen-mapcache-stub.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xen-mapcache-stub.c b/xen-mapcache-stub.c index 60f712b229..8a2380a151 100644 --- a/xen-mapcache-stub.c +++ b/xen-mapcache-stub.c @@ -34,7 +34,3 @@ void qemu_invalidate_map_cache(void) void qemu_invalidate_entry(uint8_t *buffer) { } -uint8_t *xen_map_block(target_phys_addr_t phys_addr, target_phys_addr_t size) -{ - return NULL; -} |