cdboot: add explict suffix to ambiguous or instruction
authoremaste <emaste@FreeBSD.org>
Wed, 28 Dec 2016 23:02:01 +0000 (23:02 +0000)
committeremaste <emaste@FreeBSD.org>
Wed, 28 Dec 2016 23:02:01 +0000 (23:02 +0000)
commit6ecbf62ad28837b9ccf0496f3a168dcbb9891ab3
treecc2ca0fe23d2d563ef42b1ca70e343c1fa5f298c
parentdfe2deb992a00b3216c2232b518a9fe55db7b18f
cdboot: add explict suffix to ambiguous or instruction

Clang disallows ambiguous instructions (GNU as has a default based on
chosen .code setting). We only need 'orb' here because KARGS_FLAGS_PXE
fits in a byte; this is the same as done in bxeboot.

Reviewed by: kib
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D8959
sys/boot/i386/cdboot/cdboot.S