diff options
Diffstat (limited to 'nfib.ll')
-rw-r--r-- | nfib.ll | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ define private i64 @_s2(i64 %arg, i64** %globasp) { } define i64 @main() { - %heap = bitcast [10000 x i64]* @heap to i64* + %heap = bitcast [100000000 x i64]* @heap to i64* %astack = bitcast [10000 x i64*]* @astack to i64** %r = call i64 @_s2(i64 43, i64** %astack) |