summaryrefslogtreecommitdiffstats
path: root/pcm-disasm/pcm-disasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcm-disasm/pcm-disasm.c')
-rw-r--r--pcm-disasm/pcm-disasm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pcm-disasm/pcm-disasm.c b/pcm-disasm/pcm-disasm.c
index 2df3d98..afe1b73 100644
--- a/pcm-disasm/pcm-disasm.c
+++ b/pcm-disasm/pcm-disasm.c
@@ -30,6 +30,8 @@
struct pcm_ops pcm_ops = {
.asm_write = NULL,
.disasm_write = pcm_disasm_write,
+ .func_address = NULL,
+ .label_address = NULL,
.data = NULL,
};