mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 10:48:28 +02:00
clang-cl: Use size of the pointer explicitly
This works around http://llvm.org/PR20216.
This commit is contained in:
parent
28c3b92fb4
commit
30cb23d3b6
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@
|
|||
__asm _emit ((__COUNTER__>>8) & 0xff) \
|
||||
__asm _emit ((__COUNTER__>>16) & 0xff)\
|
||||
__asm _emit ((__COUNTER__>>24) & 0xff)\
|
||||
__asm lea eax, file \
|
||||
__asm lea eax, dword ptr file \
|
||||
__asm __internal_skip_line_no: \
|
||||
}; \
|
||||
} while (0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue