]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[librm] Add missing __asmcall on init_idt()
authorMichael Brown <mcb30@ipxe.org>
Thu, 18 Feb 2021 14:51:28 +0000 (14:51 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 18 Feb 2021 14:52:25 +0000 (14:52 +0000)
commite63b8c3302b1e80e14f3d3628ff279f7316ee208
tree361a5b3946ecde13537d1eeddee9f4e13befd9ef
parent22bb29eabc2f68f3e60e99df4ef33984b7795a49
[librm] Add missing __asmcall on init_idt()

The __asmcall declaration has no effect on a void function with no
parameters, but should be included for completeness since the function
is called directly from assembly code.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/transitions/librm_mgmt.c