I don't see anything in what you show that could be a problem. Could it be the size of the code, rather than the number of call instructions? (trying to run more code than you've loaded, or some such?) As a "debugging experiment", can you call your empty function 14(+) times in a loop, rather than with multiple "inline" calls?
I'm sure it doesn't matter, but I'm curious how you happened to discover this problem. Why are you calling an empty function 14 times? I suppose it wasn't empty when you first noticed it...
I've read generic debugging advice that says, "If your program doesn't work, something you believe to be true is not true." Now you just have to figure out what that is!
Since I can't see anything wrong here, I suspect the problem must be elsewhere...
Very strange! If you can't figure it out, give us more "context"...
Best,
Frank