summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r--lisc/lisc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index 7afce94..511498d 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -277,7 +277,7 @@ Blk *balloc();
 void emit(int, int, Ref, Ref, Ref);
 void emiti(Ins);
 int bcnt(Bits *);
-void vdup(void *, void *, size_t);
+void idup(Ins **, Ins *, ulong);
 Ins *icpy(Ins *, Ins *, ulong);
 
 /* parse.c */