| author | |
| committer | |
| log | 1cc890e5c3b5f7fffb826dc8d62a7129987e78ff |
| tree | 5994036730751416e832c547622c09a68e66d4ea |
| parent | 328f75c985dd19084551773c22352392419ee7ae |
1 files changed, 1 insertions(+), 1 deletions(-)
src/stage1/codegen.cpp+1-1| ... | ... | @@ -223,7 +223,7 @@ static ZigLLVM_CallingConv get_llvm_cc(CodeGen *g, CallingConvention cc) { |
| 223 | 223 | |
| 224 | 224 | static void add_uwtable_attr(CodeGen *g, LLVMValueRef fn_val) { |
| 225 | 225 | if (g->unwind_tables) { |
| 226 | addLLVMFnAttrStr(fn_val, "uwtable", "sync"); | |
| 226 | addLLVMFnAttrInt(fn_val, "uwtable", 2); | |
| 227 | 227 | } |
| 228 | 228 | } |
| 229 | 229 |