Skip to content

Commit 3527f0a

Browse files
committed
Fixes function pointer assignment.
1 parent 78bade8 commit 3527f0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/transform/ojph_colour.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ namespace ojph {
205205
cnvrt_si32_to_float = wasm_cnvrt_si32_to_float;
206206
cnvrt_float_to_si32_shftd = wasm_cnvrt_float_to_si32_shftd;
207207
cnvrt_float_to_si32 = wasm_cnvrt_float_to_si32;
208+
irv_convert_to_integer_nlt_type3 = wasm_irv_convert_to_integer_nlt_type3;
209+
irv_convert_to_float_nlt_type3 = wasm_irv_convert_to_float_nlt_type3;
208210
rct_forward = wasm_rct_forward;
209211
rct_backward = wasm_rct_backward;
210212
ict_forward = wasm_ict_forward;

0 commit comments

Comments
 (0)