fixed the wrong pfmod prefix in Makefile.am

This commit is contained in:
2018-11-03 16:02:38 +00:00
parent 1a60b897f1
commit 46405428f3
3 changed files with 5 additions and 5 deletions

View File

@ -688,7 +688,7 @@ struct hcl_process_scheduler_t
* The HCL_BRANDOF() macro return the brand of an object including a numeric
* object encoded into a pointer.
*/
#define HCL_BRANDOF(moo,oop) \
#define HCL_BRANDOF(hcl,oop) \
(HCL_OOP_GET_TAG(oop)? ((hcl)->tagged_brands[HCL_OOP_GET_TAG(oop)]): HCL_OBJ_GET_FLAGS_BRAND(oop))
/**