From b891cef5d2ffd8af876eff736ec15045eb02ed92 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Sun, 11 Jun 2023 12:00:54 +0300 Subject: [PATCH] * ppudump compilation fixed --- compiler/utils/ppuutils/ppudump.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/utils/ppuutils/ppudump.pp b/compiler/utils/ppuutils/ppudump.pp index 2262d70263..0da022ecf1 100644 --- a/compiler/utils/ppuutils/ppudump.pp +++ b/compiler/utils/ppuutils/ppudump.pp @@ -3042,7 +3042,8 @@ const (mask:po_variadic; str: 'C VarArgs with array-of-const para'), (mask:po_objc_related_result_type; str: 'Objective-C related result type'), (mask:po_anonymous; str: 'Anonymous'), - (mask:po_wasm_funcref; str: 'WebAssembly funcref') + (mask:po_wasm_funcref; str: 'WebAssembly funcref'), + (mask:po_wasm_suspending; str: 'WebAssembly suspending') ); var proctypeoption : tproctypeoption;