llvm-6502/lib/ExecutionEngine/Interpreter
Brian Gaeke af955ba503 Refactor the return-from-function code into popStackAndReturnValueToCaller().
Make external function calls slightly less special; now they get a stack frame.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9765 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-07 05:22:49 +00:00
..
Execution.cpp Refactor the return-from-function code into popStackAndReturnValueToCaller(). 2003-11-07 05:22:49 +00:00
ExternalFunctions.cpp Abort when the user program calls abort, instead of printing a funny message and calling exit(1). 2003-11-05 01:18:49 +00:00
Interpreter.cpp Be friendly to gcc 3.4... good compiler. Nice compiler. 2003-11-05 06:20:27 +00:00
Interpreter.h Refactor the return-from-function code into popStackAndReturnValueToCaller(). 2003-11-07 05:22:49 +00:00
Makefile