Skip to content

Commit 148f536

Browse files
[2020-02] [AOT] Use .short directive instead of .hword (#21419)
Co-authored-by: Marek Habersack <grendel@twistedcode.net>
1 parent a6f3e8f commit 148f536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mono/mini/image-writer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
#elif defined(TARGET_ASM_GAS) && defined(TARGET_WIN32)
9898
#define AS_INT16_DIRECTIVE ".word"
9999
#elif defined(TARGET_ASM_GAS)
100-
#define AS_INT16_DIRECTIVE ".hword"
100+
#define AS_INT16_DIRECTIVE ".short"
101101
#else
102102
#define AS_INT16_DIRECTIVE ".word"
103103
#endif

0 commit comments

Comments
 (0)