]> Git Repo - qemu.git/commitdiff
memory: Remove unreachable return statement
authorGonglei <[email protected]>
Sat, 20 Feb 2016 02:35:21 +0000 (10:35 +0800)
committerPaolo Bonzini <[email protected]>
Thu, 25 Feb 2016 15:11:29 +0000 (16:11 +0100)
Signed-off-by: Gonglei <[email protected]>
Message-Id: <1455935721[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
include/exec/memory.h

index 34f21f1aed4e7e9c022068f00a541484c2752947..032400aefabe54ffa1fea2d1c6c68ebfb0fc8fdb 100644 (file)
@@ -1400,8 +1400,6 @@ static inline bool memory_access_is_direct(MemoryRegion *mr, bool is_write)
     } else {
         return memory_region_is_ram(mr) || memory_region_is_romd(mr);
     }
-
-    return false;
 }
 
 /**
This page took 0.023702 seconds and 4 git commands to generate.