mirror of
https://github.com/rhboot/gnu-efi
synced 2026-08-26 00:26:04 -04:00
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:
parent
ebd55c4a66
commit
fd3d975161
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue