mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 07:31:00 +00:00
fix some compilation warning
This commit is contained in:
parent
e8a295991f
commit
bfeb08d1ba
|
@ -90,11 +90,6 @@ typedef struct QEMU_PACKED {
|
||||||
DebugFrameFDEHeader fde;
|
DebugFrameFDEHeader fde;
|
||||||
} DebugFrameHeader;
|
} 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. */
|
/* Forward declarations for functions declared and used in tcg-target.c. */
|
||||||
static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str);
|
static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str);
|
||||||
static void tcg_out_ld(TCGContext *s, TCGType type, TCGReg ret, TCGReg arg1,
|
static void tcg_out_ld(TCGContext *s, TCGType type, TCGReg ret, TCGReg arg1,
|
||||||
|
|
Loading…
Reference in a new issue