arch/x86/idt.S: Use 'iretq' for ENV_X86_64
commit3cd00dbb3e04e8ad78da1d20be9acae6aeef799a
authorElyes HAOUAS <ehaouas@noos.fr>
Mon, 24 Jan 2022 07:48:34 +0000 (24 08:48 +0100)
committerFelix Held <felix-coreboot@felixheld.de>
Thu, 29 Sep 2022 13:41:06 +0000 (29 13:41 +0000)
tree01c6de255b5c92226536e96b7d065b37b87cf254
parent0d3e3f54c555e467c2b3e8f3024a6e0f1bbd9508
arch/x86/idt.S: Use 'iretq' for ENV_X86_64

Fix the warning below when building GA-945GCM-S2L with 64-bit:
src/arch/x86/idt.S:216: Warning: no instruction mnemonic suffix given and no register operands; using default for `iret'

Change-Id: Ibbc106714e25293951a71d84fea0a660f41f9c02
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61336
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
src/arch/x86/idt.S