mirror of
https://github.com/ipxe/ipxe
synced 2026-05-13 03:41:15 +03:00
e8a6c26571
Inline assembly using PHYS_CODE() or REAL_CODE() must use the "R" constraint rather than the "r" constraint to ensure that the compiler chooses registers that will be valid for the 32-bit or 16-bit assembly code fragment. Signed-off-by: Michael Brown <mcb30@ipxe.org>