179,180c179,182
< panic("Function calls are not fully supported yet!!: %s\n",
< getString(p->name));
---
> // Function calls are not supported. We allow the BRIG
> // object file to create stubs, but the function calls will
> // not work properly if the application makes use of them.
> warn("HSA function invocations are unsupported.\n");
202d203
<
203a205
>