ia32 GNUC: Use __asm__ instead of asm

Causes an error when using strict ISO modes as
then asm isn't defined

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
Callum Farmer 2023-04-21 13:30:00 +01:00
parent ebd55c4a66
commit fd3d975161

View file

@ -158,7 +158,7 @@ DivU64x32 (
Rem = 0;
for (bit=0; bit < 64; bit++) {
#if defined(__GNUC__) || defined(__MINGW32__)
asm (
__asm__ (
"shll $1, %0\n\t"
"rcll $1, 4%0\n\t"
"rcll $1, %2\n\t"