X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2Fbearch_t.h;h=4036d227d226308af5308e4189de31a7244981e9;hb=e5b57877b6db678ba428e3cbc01cbcc0815922f9;hp=c2a9e9578541ba0b535ec981bc0417894c3d46d4;hpb=590df14827a8ff5a5b53c506ac654876107bd8c9;p=libfirm diff --git a/ir/be/bearch_t.h b/ir/be/bearch_t.h index c2a9e9578..4036d227d 100644 --- a/ir/be/bearch_t.h +++ b/ir/be/bearch_t.h @@ -453,10 +453,10 @@ struct arch_isa_if_t { /** * Get the ABI restrictions for procedure calls. * @param self The this pointer. - * @param method_type The type of the method (procedure) in question. + * @param call_type The call type of the method (procedure) in question. * @param p The array of parameter locations to be filled. */ - void (*get_call_abi)(const void *self, ir_type *method_type, be_abi_call_t *abi); + void (*get_call_abi)(const void *self, ir_type *call_type, be_abi_call_t *abi); /** * The irn handler for this architecture.