Displaying 2 results from an estimated 2 matches for "indexoutofbounds".
2007 Jan 23
2
[LLVMdev] Semi-random crashes seemingly related to Arguments
...t;get argument[%d/%d]=
%x",argIndex,numArgs,ArgX]; // with this in place, it doesn't
crash
return [MPWLLVMValue
llvmValueWithLLVMValue:ArgX]; // wrap the arg
} else {
//--- error handling, irrelevant here...
[NSException raise:@"IndexOutOfBounds"
format:@"requesting argument %d when only %d
available",argIndex,numArgs];
return nil;
}
}
2007 Jan 23
0
[LLVMdev] Semi-random crashes seemingly related to Arguments
...%x",argIndex,numArgs,ArgX]; // with this in place, it doesn't
> crash
> return [MPWLLVMValue
> llvmValueWithLLVMValue:ArgX]; // wrap the arg
> } else {
> //--- error handling, irrelevant here...
> [NSException raise:@"IndexOutOfBounds"
> format:@"requesting argument %d when only %d
> available",argIndex,numArgs];
> return nil;
> }
> }
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http:...