]> git.proxmox.com Git - qemu.git/blobdiff - hw/cuda.c
PPC: Fix TLB invalidation bug within the PPC interrupt handler.
[qemu.git] / hw / cuda.c
index 40774360df4bacc34e9e4cef3f8a894683a5f9ae..233ab666dabfb99a80717700d9d703bdb00c18db 100644 (file)
--- a/hw/cuda.c
+++ b/hw/cuda.c
@@ -634,7 +634,7 @@ static uint32_t cuda_readl (void *opaque, target_phys_addr_t addr)
     return 0;
 }
 
-static MemoryRegionOps cuda_ops = {
+static const MemoryRegionOps cuda_ops = {
     .old_mmio = {
         .write = {
             cuda_writeb,