From 9a85ac204ce5e0996478c0c4ede0138ab5ecab15 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Mon, 4 Oct 2021 00:28:31 +0300 Subject: [PATCH] + fixed compilation of ppudump --- compiler/utils/ppuutils/ppudump.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/utils/ppuutils/ppudump.pp b/compiler/utils/ppuutils/ppudump.pp index 9751f9016f..55b01b9f79 100644 --- a/compiler/utils/ppuutils/ppudump.pp +++ b/compiler/utils/ppuutils/ppudump.pp @@ -2236,6 +2236,7 @@ const update the segment values of the segment that has moved. } 'Use odd BP for far procs', {ts_x86_far_procs_push_odd_bp} 'No exception support', {ts_wasm_no_exceptions} + 'Branchful exceptions support', {ts_wasm_bf_exceptions} 'JavaScript-based exception support', {ts_wasm_js_exceptions} 'Native WebAssembly exceptions support' {ts_wasm_native_exceptions} );