22 lines
779 B
Diff
22 lines
779 B
Diff
|
# HG changeset patch
|
||
|
# User kfraser@localhost.localdomain
|
||
|
# Date 1181211324 -3600
|
||
|
# Node ID 1cae82505e9e11bcf47f0857917cd20b2d0bad26
|
||
|
# Parent 3a413f011b8f5dc53825d6882cdf95d47a4212b1
|
||
|
ioemu: Tiny indentation fix.
|
||
|
Signed-off-by: Keir Fraser <keir@xensource.com>
|
||
|
|
||
|
Index: xen-3.1-testing/tools/ioemu/target-i386-dm/exec-dm.c
|
||
|
===================================================================
|
||
|
--- xen-3.1-testing.orig/tools/ioemu/target-i386-dm/exec-dm.c
|
||
|
+++ xen-3.1-testing/tools/ioemu/target-i386-dm/exec-dm.c
|
||
|
@@ -455,7 +455,7 @@ void memcpy_words(void *dst, void *src,
|
||
|
*((uint32_t *)dst) = *((uint32_t *)src);
|
||
|
dst = ((uint32_t *)dst) + 1;
|
||
|
src = ((uint32_t *)src) + 1;
|
||
|
- }
|
||
|
+ }
|
||
|
|
||
|
if (n & 2) {
|
||
|
*((uint16_t *)dst) = *((uint16_t *)src);
|