Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-13' into staging
[qemu.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;