diff options
Diffstat (limited to 'core/src/xmake/binutils/prefix.h')
| -rw-r--r-- | core/src/xmake/binutils/prefix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/binutils/prefix.h b/core/src/xmake/binutils/prefix.h index 68408eea5..e7811652a 100644 --- a/core/src/xmake/binutils/prefix.h +++ b/core/src/xmake/binutils/prefix.h @@ -36,7 +36,7 @@ #define XM_BINUTILS_FORMAT_PE 5 #define XM_BINUTILS_FORMAT_UNKNOWN 0 -/* COFF machine types (for format detection) */ +// COFF machine types (for format detection) #define XM_BINUTILS_COFF_MACHINE_I386 0x014c #define XM_BINUTILS_COFF_MACHINE_AMD64 0x8664 #define XM_BINUTILS_COFF_MACHINE_ARM 0x01c0 |
