mirror of
https://github.com/danog/ir.git
synced 2024-11-26 20:34:53 +01:00
Fixed typo
This commit is contained in:
parent
b8acbeb5ee
commit
ec091fc534
@ -433,7 +433,7 @@ extern "C" {
|
|||||||
#define ir_HARD_COPY_I32(_op1) ir_BINARY_OP_I32(IR_COPY, (_op1), 1)
|
#define ir_HARD_COPY_I32(_op1) ir_BINARY_OP_I32(IR_COPY, (_op1), 1)
|
||||||
#define ir_HARD_COPY_I64(_op1) ir_BINARY_OP_I64(IR_COPY, (_op1), 1)
|
#define ir_HARD_COPY_I64(_op1) ir_BINARY_OP_I64(IR_COPY, (_op1), 1)
|
||||||
#define ir_HARD_COPY_D(_op1) ir_BINARY_OP_I64(IR_COPY, (_op1), 1)
|
#define ir_HARD_COPY_D(_op1) ir_BINARY_OP_I64(IR_COPY, (_op1), 1)
|
||||||
#define ir_HARD_COPY_F(_op1) ir_BIMARY_OP_I64(IR_COPY, (_op1), 1)
|
#define ir_HARD_COPY_F(_op1) ir_BINARY_OP_I64(IR_COPY, (_op1), 1)
|
||||||
|
|
||||||
#define ir_PARAM(_type, _name, _num) _ir_PARAM(_ir_CTX, (_type), (_name), (_num))
|
#define ir_PARAM(_type, _name, _num) _ir_PARAM(_ir_CTX, (_type), (_name), (_num))
|
||||||
#define ir_VAR(_type, _name) _ir_VAR(_ir_CTX, (_type), (_name))
|
#define ir_VAR(_type, _name) _ir_VAR(_ir_CTX, (_type), (_name))
|
||||||
|
Loading…
Reference in New Issue
Block a user