From 086c2ff54a66d79315f73ecdfb5f2e9c18df8b96 Mon Sep 17 00:00:00 2001 From: Gleb Popov <6yearold@gmail.com> Date: Sun, 5 Sep 2021 22:51:23 +0300 Subject: [PATCH] Add cross-ref comment for target_cpu_init() --- bsd-user/e2k/target_arch_cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bsd-user/e2k/target_arch_cpu.h b/bsd-user/e2k/target_arch_cpu.h index d56626e62a..371cf83097 100644 --- a/bsd-user/e2k/target_arch_cpu.h +++ b/bsd-user/e2k/target_arch_cpu.h @@ -34,6 +34,7 @@ #define TARGET_DEFAULT_CPU_MODEL "e8c" +// linux-user/e2k/cpu_loop.c:target_cpu_copy_regs static inline void target_cpu_init(CPUE2KState *env, struct target_pt_regs *regs) {