Fix s390x warnings
This commit is contained in:
@ -1132,7 +1132,7 @@ typedef struct DisasFormatInfo {
|
||||
#define I(N, B, S) { B, S, 1, FLD_C_i##N, FLD_O_i##N }
|
||||
#define L(N, B, S) { B, S, 0, FLD_C_l##N, FLD_O_l##N }
|
||||
|
||||
#define F0(N) { { 0 } },
|
||||
#define F0(N) { { { 0 } } },
|
||||
#define F1(N, X1) { { X1 } },
|
||||
#define F2(N, X1, X2) { { X1, X2 } },
|
||||
#define F3(N, X1, X2, X3) { { X1, X2, X3 } },
|
||||
|
Reference in New Issue
Block a user