Cleanup various endianess issues in assembler backend.

This commit is contained in:
Mike Pall
2011-10-22 01:35:57 +02:00
parent e80478c44b
commit ff7f7a7180
7 changed files with 26 additions and 21 deletions

View File

@@ -195,7 +195,7 @@ IRFPMDEF(FPMENUM)
_(CDATA_TYPEID, offsetof(GCcdata, typeid)) \
_(CDATA_PTR, sizeof(GCcdata)) \
_(CDATA_INT64, sizeof(GCcdata)) \
_(CDATA_INT64HI, sizeof(GCcdata) + 4)
_(CDATA_INT64_4, sizeof(GCcdata) + 4)
typedef enum {
#define FLENUM(name, ofs) IRFL_##name,