From: BALATON Zoltan Date: Fri, 9 Feb 2024 00:05:05 +0000 (+0100) Subject: system: Move memory_ldst.c.inc to system X-Git-Tag: v9.0.0-rc0~68^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ccebcdcf4a1ee394fae415a0ebbec8a438ca2b5;p=thirdparty%2Fqemu.git system: Move memory_ldst.c.inc to system This file is only used by system/physmem.c so move them together. Signed-off-by: BALATON Zoltan Reviewed-by: Peter Maydell Reviewed-by: Michael Tokarev Reviewed-by: Richard Henderson Signed-off-by: Michael Tokarev --- diff --git a/memory_ldst.c.inc b/system/memory_ldst.c.inc similarity index 100% rename from memory_ldst.c.inc rename to system/memory_ldst.c.inc