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