diff options
Diffstat (limited to 'sim/bpf/bpf.c')
-rw-r--r-- | sim/bpf/bpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/bpf/bpf.c b/sim/bpf/bpf.c index 4a55acd..9db61ff 100644 --- a/sim/bpf/bpf.c +++ b/sim/bpf/bpf.c @@ -61,7 +61,7 @@ bpfbf_fetch_register (SIM_CPU *current_cpu, int bpfbf_store_register (SIM_CPU *current_cpu, int rn, - unsigned char *buf, + const unsigned char *buf, int len) { if (rn == 11) |