summaryrefslogtreecommitdiff
path: root/test/c/vmach.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/vmach.c')
-rw-r--r--test/c/vmach.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/c/vmach.c b/test/c/vmach.c
index 15546f8..49c120d 100644
--- a/test/c/vmach.c
+++ b/test/c/vmach.c
@@ -52,8 +52,7 @@ enum wordcode_instruct {
long stack[STACKSIZE];
-long wordcode_interp(code)
- unsigned int * code;
+long wordcode_interp(unsigned int* code)
{
long * sp;
unsigned int * pc;