Skip to content

Commit 67d684a

Browse files
committed
fixup! xdiff: optimize xdl_hash_record_verbatim
1 parent 62e6cc5 commit 67d684a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdiff/xutils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ unsigned long xdl_hash_record_with_whitespace(char const **data,
299299
* changing evaluation order with respect to following uses of X and Y.
300300
*/
301301
#ifdef __GNUC__
302-
#define REASSOC_FENCE(x, y) asm("" : "+r"(x), "+r"(y))
302+
#define REASSOC_FENCE(x, y) __asm__("" : "+r"(x), "+r"(y))
303303
#else
304304
#define REASSOC_FENCE(x, y)
305305
#endif

0 commit comments

Comments
 (0)