This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

If function called on two banks, it does not listed in interbank call table

I have a banking problem, hope there have someone can be answer it. Thanks.

There is three functions,

1. funcA located on bank1 area
2. funcB located on bank1 area
3. funcC located on common area

My program has 3 banking area, common, bank1 and bank2.

If the funcA is called by funcB and funcC, compiler supposes to put the funcA into the Interbank call table, in order to have a correct function call result.
But I can't find the funcA on the interbank call table after compilation and the execution of the program giving a wrong result.

Looking for the solution on this problem. Thanks.