summaryrefslogtreecommitdiff
path: root/src/cpu/x86/car/copy_and_run.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/car/copy_and_run.c')
-rw-r--r--src/cpu/x86/car/copy_and_run.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/x86/car/copy_and_run.c b/src/cpu/x86/car/copy_and_run.c
index 89a864d4fc..ae77e50956 100644
--- a/src/cpu/x86/car/copy_and_run.c
+++ b/src/cpu/x86/car/copy_and_run.c
@@ -62,6 +62,8 @@ static void copy_and_run(unsigned cpu_reset)
print_debug("src="); print_debug_hex32(src); print_debug("\r\n");
print_debug("dst="); print_debug_hex32(dst); print_debug("\r\n");
#endif
+
+// dump_mem(src, src+0x100);
for(;;) {
unsigned int m_off, m_len;