summaryrefslogtreecommitdiff
path: root/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'ir.h')
-rw-r--r--ir.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ir.h b/ir.h
index 68e90653ed..1c95512fb1 100644
--- a/ir.h
+++ b/ir.h
@@ -645,8 +645,10 @@ public:
/**
* Get a generic ir_call object when an error occurs
+ *
+ * Any allocation will be performed with 'ctx' as talloc owner.
*/
- static ir_call *get_error_instruction();
+ static ir_call *get_error_instruction(void *ctx);
/**
* Get an iterator for the set of acutal parameters