]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
xen: adding missing break.
authorBart Van Assche <bvanassche@acm.org>
Mon, 15 Oct 2012 18:44:59 +0000 (18:44 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 15 Oct 2012 18:44:59 +0000 (18:44 +0000)
Thanks to Julien Grall.

From: Ian Campbell <ian.campbell@citrix.com>

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13048

coregrind/m_syswrap/syswrap-xen.c

index 6226f7e2fe462f1dc4cc68e0d97e616984e37da1..3557ba12b7f27aa264c545561a036f7e76005bb9 100644 (file)
@@ -127,6 +127,7 @@ PRE(memory_op)
          PRE_MEM_READ(which,
                       (Addr)memory_reservation->extent_start.p,
                       sizeof(xen_pfn_t) * memory_reservation->nr_extents);
+        break;
       case XENMEM_populate_physmap:
          which = "XENMEM_populate_physmap";
          PRE_MEM_READ(which,