aboutsummaryrefslogtreecommitdiff
path: root/arm-asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm-asm.c')
-rw-r--r--arm-asm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arm-asm.c b/arm-asm.c
index 15253ab..3b5ae66 100644
--- a/arm-asm.c
+++ b/arm-asm.c
@@ -70,7 +70,6 @@ ST_FUNC void asm_gen_code(ASMOperand *operands, int nb_operands,
uint8_t *clobber_regs,
int out_reg)
{
- asm_error();
}
ST_FUNC void asm_compute_constraints(ASMOperand *operands,
@@ -78,7 +77,6 @@ ST_FUNC void asm_compute_constraints(ASMOperand *operands,
const uint8_t *clobber_regs,
int *pout_reg)
{
- asm_error();
}
ST_FUNC void asm_clobber(uint8_t *clobber_regs, const char *str)