mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-03 22:17:03 +00:00
Branch addressing using registers or memory operands must be prefixed by a '*' in AT&T ASM language. This change is to fix these warnings: arch/x86/cpu.c:409: Warning: indirect call without `*' arch/x86/cpu.c:553: Warning: indirect call without `*' arch/x86/trampoline.S:168: Warning: indirect jmp without `*' Ref: https://csiflabs.cs.ucdavis.edu/~ssdavis/50/att-syntax.htm Tracked-On: #1764 Signed-off-by: Xinyun Liu <xinyun.liu@intel.com> Reviewed-By: Yin Fengwei <fengwei.yin@intel.com> |
||
---|---|---|
.. | ||
x86 |