fix some compilation warning
This commit is contained in:
parent
e8a295991f
commit
bfeb08d1ba
@ -90,11 +90,6 @@ typedef struct QEMU_PACKED {
|
||||
DebugFrameFDEHeader fde;
|
||||
} DebugFrameHeader;
|
||||
|
||||
static void tcg_register_jit_int(void *buf, size_t size,
|
||||
const void *debug_frame,
|
||||
size_t debug_frame_size)
|
||||
__attribute__((unused));
|
||||
|
||||
/* Forward declarations for functions declared and used in tcg-target.c. */
|
||||
static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str);
|
||||
static void tcg_out_ld(TCGContext *s, TCGType type, TCGReg ret, TCGReg arg1,
|
||||
|
Loading…
Reference in New Issue
Block a user