mirror of
https://github.com/danog/ir.git
synced 2025-01-22 05:31:32 +01:00
Fix invalid type
This commit is contained in:
parent
443ca46958
commit
2677299bbd
@ -1149,7 +1149,7 @@ int ir_match(ir_ctx *ctx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* code genertion */
|
/* code genertion */
|
||||||
static ir_reg ir_ref_spill_slot(ir_ctx *ctx, ir_ref ref)
|
static int32_t ir_ref_spill_slot(ir_ctx *ctx, ir_ref ref)
|
||||||
{
|
{
|
||||||
ir_backend_data *data = ctx->data;
|
ir_backend_data *data = ctx->data;
|
||||||
int32_t offset;
|
int32_t offset;
|
||||||
|
@ -2043,7 +2043,7 @@ int ir_match(ir_ctx *ctx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* code genertion */
|
/* code genertion */
|
||||||
static ir_reg ir_ref_spill_slot(ir_ctx *ctx, ir_ref ref)
|
static int32_t ir_ref_spill_slot(ir_ctx *ctx, ir_ref ref)
|
||||||
{
|
{
|
||||||
ir_backend_data *data = ctx->data;
|
ir_backend_data *data = ctx->data;
|
||||||
int32_t offset;
|
int32_t offset;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user