Merge tag 'pull-target-arm-20240325-1' of https://git.linaro.org/people/pmaydell...
[qemu/armbru.git] / bsd-user / elfcore.c
blobc49d9280e2dadc3a0c7ac20dbc26a81a6f6799f8
1 /* Stubbed out version of core dump support, explicitly in public domain */
3 static int elf_core_dump(int signr, CPUArchState *env)
5 struct elf_note en = { 0 };
7 bswap_note(&en);
9 return 0;