]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/SecCore/SecMain.c
UefiCpuPkg/SecMain: Add NORETURN decorator to SecStartup().
authorMarvin H?user <Marvin.Haeuser@outlook.com>
Tue, 27 Feb 2018 16:50:59 +0000 (00:50 +0800)
committerEric Dong <eric.dong@intel.com>
Tue, 8 May 2018 11:45:45 +0000 (19:45 +0800)
commit7cd8a57599b519c4ead0c0eadbb52469eaf2dda5
tree4888316342e84d4a5a4f94362865bfc6b3a348a5
parentee3198e672e2f27d31e82adad572dbb4f3bbdf1f
UefiCpuPkg/SecMain: Add NORETURN decorator to SecStartup().

The function SecStartup() is not supposed to return. Hence, add the
NORETURN decorator.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
UefiCpuPkg/SecCore/SecMain.c
UefiCpuPkg/SecCore/SecMain.h