search for: error_val

Displaying 1 result from an estimated 1 matches for "error_val".

Did you mean: error_fail
2009 Jan 28
3
[LLVMdev] uses of unwind lead to crashes
...problem. Thanks in advance for any advice, John Clements target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32- i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64- f80:128:128" target triple = "i386-apple-darwin9.5" @error_code = global i32 0 @error_val = global i32 0 %eframe = type {%eframe*, i32, [0 x i32]} %closure = type {i32, %eframe*} %packed_args = type {i32, [0 x i32]} @empty_env = global i32 0 define i32 @scheme_entry () { %init_env = bitcast i32* @empty_env to %eframe* %main = invoke i32 @main_1(%eframe* %init_env) to label %Done...