mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
relax type
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32993 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a4810b52d0
commit
f1d71b537c
@ -895,7 +895,7 @@ StackerCompiler::handle_word( int tkn )
|
||||
case DUMP : // Dump the stack (debugging aid)
|
||||
{
|
||||
if (echo) bb->setName("DUMP");
|
||||
Function* f = TheModule->getOrInsertFunction(
|
||||
Constant * f = TheModule->getOrInsertFunction(
|
||||
"_stacker_dump_stack_", DefinitionType);
|
||||
std::vector<Value*> args;
|
||||
bb->getInstList().push_back( new CallInst( f, args ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user