From faefa6511fc98977e4af3750ca152441284e8186 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Wed, 8 Apr 2020 22:39:20 +0200 Subject: missing cases preventing compilation --- powerpc/AsmToJSON.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'powerpc') diff --git a/powerpc/AsmToJSON.ml b/powerpc/AsmToJSON.ml index f4d4285a..38f4bc75 100644 --- a/powerpc/AsmToJSON.ml +++ b/powerpc/AsmToJSON.ml @@ -365,6 +365,7 @@ let pp_instructions pp ic = | EF_annot_val _ | EF_builtin _ | EF_debug _ + | EF_profiling _ | EF_external _ | EF_free | EF_malloc -- cgit