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.