summaryrefslogtreecommitdiff
path: root/v5/apf_interpreter.c
diff options
context:
space:
mode:
Diffstat (limited to 'v5/apf_interpreter.c')
-rw-r--r--v5/apf_interpreter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/v5/apf_interpreter.c b/v5/apf_interpreter.c
index 3bca784..e6be8e0 100644
--- a/v5/apf_interpreter.c
+++ b/v5/apf_interpreter.c
@@ -603,7 +603,6 @@ typedef struct {
u32 ram_len; /* Length of the entire apf program/data region */
const u8* packet; /* Pointer to input packet buffer */
u32 packet_len; /* Length of the input packet buffer */
-/* u8 err_code; // */
u8 v6; /* Set to 1 by first jmpdata (APFv6+) instruction */
u32 pc; /* Program counter. */
u32 R[2]; /* Register values. */