> CallInst *faddr = new CallInst(LLVMFrameAddress, "", np); > new CallInst(MCPTraceStack, faddr, "", np); > > Fixed it myself. I should have been passing in an int32 to llvm.frameaddress. Me = stupid. Sarah