X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbearch_t.h;h=b1702fd4fdc810f9335d2df62eae227dbd50b61a;hb=eba5516120eb38bcae5464e628aa0d2cb8708866;hp=6a1909642a92836385a2fd0a1859b8958f88e5b8;hpb=3f0b6e8217576d23654d406170c543a791edac56;p=libfirm diff --git a/ir/be/bearch_t.h b/ir/be/bearch_t.h index 6a1909642..b1702fd4f 100644 --- a/ir/be/bearch_t.h +++ b/ir/be/bearch_t.h @@ -534,7 +534,7 @@ struct arch_isa_if_t { * returns true if the string is a valid clobbered (register) in this * backend */ - bool (*is_valid_clobber)(const void *self, const char *clobber); + int (*is_valid_clobber)(const void *self, const char *clobber); }; #define arch_env_done(env) ((env)->impl->done(env))