mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix typeo
llvm-svn: 17466
This commit is contained in:
parent
85e7df8097
commit
20cee8ccee
@ -108,7 +108,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
// Call the `foo' function with argument n:
|
||||
std::vector<GenericValue> Args(1);
|
||||
args[0].IntVal = n;
|
||||
Args[0].IntVal = n;
|
||||
GenericValue GV = EE->runFunction(FibF, Args);
|
||||
|
||||
// import result of execution
|
||||
|
Loading…
x
Reference in New Issue
Block a user